Skip to content

Commit 9b1d13b

Browse files
authored
Merge pull request #759 from OpenGATE/update_ci
Update benchmarks CI
2 parents 4e97a6c + cbb83de commit 9b1d13b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ jobs:
254254
t29_optical_digi,
255255
t30_dna,
256256
t31_vpgTLE-tt,
257+
t32_isotopes,
257258
t33_invert_filter,
258259
t34_biodose_actor]
259260

@@ -291,5 +292,5 @@ jobs:
291292
mkdir gate_benchmarks
292293
export GIT_SSL_NO_VERIFY=1
293294
git clone --recursive https://github.com/OpenGATE/GateBenchmarks.git gate_benchmarks
294-
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
295296

0 commit comments

Comments
 (0)