File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ jobs:
211211 uses : docker://ghcr.io/su2code/su2/test-su2:240320-1536
212212 with :
213213 # -t <Tutorials-branch> -c <Testcases-branch>
214- args : -b ${{github.ref}} -t develop -c feature_updated_SA_diffusion -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:240320-1536
217217 with :
@@ -306,7 +306,7 @@ jobs:
306306 uses : docker://ghcr.io/su2code/su2/test-su2-tsan:240320-1536
307307 with :
308308 # -t <Tutorials-branch> -c <Testcases-branch>
309- args : -b ${{github.ref}} -t develop -c feature_updated_SA_diffusion -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:240320-1536
312312 with :
@@ -351,7 +351,7 @@ jobs:
351351 uses : docker://ghcr.io/su2code/su2/test-su2-asan:240320-1536
352352 with :
353353 # -t <Tutorials-branch> -c <Testcases-branch>
354- args : -b ${{github.ref}} -t develop -c feature_updated_SA_diffusion -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:240320-1536
357357 with :
You can’t perform that action at this time.
0 commit comments