Skip to content

Commit b5a9758

Browse files
authored
revert the Testcases branch to develop
1 parent 3e8168b commit b5a9758

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/regression.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)