Skip to content

Commit 0a1e1d9

Browse files
authored
Merge pull request #104 from rest-for-physics/validation_framework
Integrating restG4 validation inside framework
2 parents a7610c7 + e9d5668 commit 0a1e1d9

File tree

2 files changed

+124
-149
lines changed

2 files changed

+124
-149
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: Framework Validation
2+
3+
on:
4+
push:
5+
branches: [ "master" ]
6+
pull_request:
7+
branches: [ "master" ]
8+
release:
9+
10+
# Allows you to run this workflow manually from the Actions tab
11+
workflow_dispatch:
12+
13+
env:
14+
CMAKE_BUILD_TYPE: Release
15+
REST_PATH: /rest/restG4/install
16+
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
17+
18+
defaults:
19+
run:
20+
shell: bash
21+
22+
jobs:
23+
framework-validation:
24+
uses: rest-for-physics/framework/.github/workflows/validation.yml@validation_framework

0 commit comments

Comments
 (0)