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:
209
209
uses : docker://ghcr.io/su2code/su2/test-su2:240320-1536
210
210
with :
211
211
# -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}}
213
213
- name : Cleanup
214
214
uses : docker://ghcr.io/su2code/su2/test-su2:240320-1536
215
215
with :
@@ -255,7 +255,7 @@ jobs:
255
255
uses : docker://ghcr.io/su2code/su2/test-su2-tsan:240320-1536
256
256
with :
257
257
# -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"
259
259
- name : Cleanup
260
260
uses : docker://ghcr.io/su2code/su2/test-su2-tsan:240320-1536
261
261
with :
@@ -300,7 +300,7 @@ jobs:
300
300
uses : docker://ghcr.io/su2code/su2/test-su2-asan:240320-1536
301
301
with :
302
302
# -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"
304
304
- name : Cleanup
305
305
uses : docker://ghcr.io/su2code/su2/test-su2-asan:240320-1536
306
306
with :
You can’t perform that action at this time.
0 commit comments