File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ jobs:
209209 uses : docker://ghcr.io/su2code/su2/test-su2:240320-1536
210210 with :
211211 # -t <Tutorials-branch> -c <Testcases-branch>
212- args : -b ${{github.ref}} -t develop -c fix_aachen_test_case -s ${{matrix.testscript}}
212+ args : -b ${{github.ref}} -t develop -c develop -s ${{matrix.testscript}}
213213 - name : Cleanup
214214 uses : docker://ghcr.io/su2code/su2/test-su2:240320-1536
215215 with :
@@ -255,7 +255,7 @@ jobs:
255255 uses : docker://ghcr.io/su2code/su2/test-su2-tsan:240320-1536
256256 with :
257257 # -t <Tutorials-branch> -c <Testcases-branch>
258- args : -b ${{github.ref}} -t develop -c fix_aachen_test_case -s ${{matrix.testscript}} -a "--tsan"
258+ args : -b ${{github.ref}} -t develop -c develop -s ${{matrix.testscript}} -a "--tsan"
259259 - name : Cleanup
260260 uses : docker://ghcr.io/su2code/su2/test-su2-tsan:240320-1536
261261 with :
@@ -300,7 +300,7 @@ jobs:
300300 uses : docker://ghcr.io/su2code/su2/test-su2-asan:240320-1536
301301 with :
302302 # -t <Tutorials-branch> -c <Testcases-branch>
303- args : -b ${{github.ref}} -t develop -c fix_aachen_test_case -s ${{matrix.testscript}} -a "--asan"
303+ args : -b ${{github.ref}} -t develop -c develop -s ${{matrix.testscript}} -a "--asan"
304304 - name : Cleanup
305305 uses : docker://ghcr.io/su2code/su2/test-su2-asan:240320-1536
306306 with :
You can’t perform that action at this time.
0 commit comments