We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57e8c12 commit db9d268Copy full SHA for db9d268
1 file changed
.github/workflows/regression.yml
@@ -90,7 +90,7 @@ jobs:
90
uses: docker://su2code/test-su2:20200303
91
with:
92
# -t <Tutorials-branch> -c <Testcases-branch>
93
- args: -b ${{github.ref}} -t develop -c feature_Sobolev_smoothing_solver -s ${{matrix.testscript}}
+ args: -b ${{github.ref}} -t develop -c develop -s ${{matrix.testscript}}
94
unit_tests:
95
runs-on: ubuntu-latest
96
name: Unit Tests
0 commit comments