@@ -211,7 +211,7 @@ jobs:
211211 uses : docker://ghcr.io/su2code/su2/test-su2:250717-1402
212212 with :
213213 # -t <Tutorials-branch> -c <Testcases-branch>
214- args : -b ${{github.ref}} -t develop -c pedro/fix_muscl_enthalpy -s ${{matrix.testscript}}
214+ args : -b ${{github.ref}} -t develop -c develop -s ${{matrix.testscript}}
215215 - name : Cleanup
216216 uses : docker://ghcr.io/su2code/su2/test-su2:250717-1402
217217 with :
@@ -260,7 +260,7 @@ jobs:
260260 uses : docker://ghcr.io/su2code/su2/test-su2:250717-1402
261261 with :
262262 # -t <Tutorials-branch> -c <Testcases-branch>
263- args : -b ${{github.ref}} -t develop -c pedro/fix_muscl_enthalpy -s ${{matrix.testscript}} -a "--tapetests"
263+ args : -b ${{github.ref}} -t develop -c develop -s ${{matrix.testscript}} -a "--tapetests"
264264 - name : Cleanup
265265 uses : docker://ghcr.io/su2code/su2/test-su2:250717-1402
266266 with :
@@ -306,7 +306,7 @@ jobs:
306306 uses : docker://ghcr.io/su2code/su2/test-su2-tsan:250717-1402
307307 with :
308308 # -t <Tutorials-branch> -c <Testcases-branch>
309- args : -b ${{github.ref}} -t develop -c pedro/fix_muscl_enthalpy -s ${{matrix.testscript}} -a "--tsan"
309+ args : -b ${{github.ref}} -t develop -c develop -s ${{matrix.testscript}} -a "--tsan"
310310 - name : Cleanup
311311 uses : docker://ghcr.io/su2code/su2/test-su2-tsan:250717-1402
312312 with :
@@ -351,7 +351,7 @@ jobs:
351351 uses : docker://ghcr.io/su2code/su2/test-su2-asan:250717-1402
352352 with :
353353 # -t <Tutorials-branch> -c <Testcases-branch>
354- args : -b ${{github.ref}} -t develop -c pedro/fix_muscl_enthalpy -s ${{matrix.testscript}} -a "--asan"
354+ args : -b ${{github.ref}} -t develop -c develop -s ${{matrix.testscript}} -a "--asan"
355355 - name : Cleanup
356356 uses : docker://ghcr.io/su2code/su2/test-su2-asan:250717-1402
357357 with :
0 commit comments