We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e97a6c + cbb83de commit 9b1d13bCopy full SHA for 9b1d13b
1 file changed
.github/workflows/main.yml
@@ -254,6 +254,7 @@ jobs:
254
t29_optical_digi,
255
t30_dna,
256
t31_vpgTLE-tt,
257
+ t32_isotopes,
258
t33_invert_filter,
259
t34_biodose_actor]
260
@@ -291,5 +292,5 @@ jobs:
291
292
mkdir gate_benchmarks
293
export GIT_SSL_NO_VERIFY=1
294
git clone --recursive https://github.com/OpenGATE/GateBenchmarks.git gate_benchmarks
- docker run --rm -e "TEST=${{ matrix.strategy_name }}" -v $GITHUB_WORKSPACE:/src -v $GITHUB_WORKSPACE/gate_benchmarks:/home tbaudier/gatebenchmarks:9.4.1 /home/.github/workflows/runTest.sh
295
+ docker run --rm -e "TEST=${{ matrix.strategy_name }}" -v $GITHUB_WORKSPACE:/src -v $GITHUB_WORKSPACE/gate_benchmarks:/home tbaudier/gatebenchmarks:9.4.2 /home/.github/workflows/runTest.sh
296
0 commit comments