Skip to content

Commit db9d268

Browse files
committed
Fix for the regression test workflow.
1 parent 57e8c12 commit db9d268

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/regression.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
uses: docker://su2code/test-su2:20200303
9191
with:
9292
# -t <Tutorials-branch> -c <Testcases-branch>
93-
args: -b ${{github.ref}} -t develop -c feature_Sobolev_smoothing_solver -s ${{matrix.testscript}}
93+
args: -b ${{github.ref}} -t develop -c develop -s ${{matrix.testscript}}
9494
unit_tests:
9595
runs-on: ubuntu-latest
9696
name: Unit Tests

0 commit comments

Comments
 (0)