Skip to content

Commit

Permalink
Merge pull request #104 from rest-for-physics/validation_framework
Browse files Browse the repository at this point in the history
Integrating restG4 validation inside framework
  • Loading branch information
juanangp authored May 8, 2023
2 parents a7610c7 + e9d5668 commit 0a1e1d9
Show file tree
Hide file tree
Showing 2 changed files with 124 additions and 149 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/frameworkValidation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Framework Validation

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
release:

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

env:
CMAKE_BUILD_TYPE: Release
REST_PATH: /rest/restG4/install
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}

defaults:
run:
shell: bash

jobs:
framework-validation:
uses: rest-for-physics/framework/.github/workflows/validation.yml@validation_framework
Loading

0 comments on commit 0a1e1d9

Please sign in to comment.