Skip to content

Commit df3eb05

Browse files
authored
Merge pull request #513 from rest-for-physics/lobis-example-fix
Update pipeline
2 parents 7a4a132 + 112290d commit df3eb05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ jobs:
462462
source ${{ env.REST_PATH }}/thisREST.sh
463463
cd ${{ env.REST_PATH }}/examples/restG4/07.FullChainDecay/
464464
restG4 fullChain.rml -o Run00001_U238_FullChainDecay.root
465-
restRoot -b -q Validate.C'("Run00001_U238_FullChainDecay.root", 15)'
465+
restRoot -b -q Validate.C'("Run00001_U238_FullChainDecay.root", 16)'
466466
restG4 singleDecay.rml -o Run00002_U238_SingleChainDecay.root
467467
restRoot -b -q Validate.C'("Run00002_U238_SingleChainDecay.root", 1)'
468468
export REST_ISOTOPE=Be7

0 commit comments

Comments
 (0)