File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed
Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change 1313 test-solverdummies :
1414 name : Test MATLAB solverdummmies
1515 runs-on : ubuntu-latest
16- # container: precice/precice:develop # does not work somehow because of sudo
17- # see e.g. https://github.com/ precice/matlab-bindings/actions/runs/4366307887/jobs/7636136347
16+ container :
17+ image : precice/precice:nightly
1818 strategy :
1919 fail-fast : true
2020 matrix :
@@ -27,25 +27,16 @@ jobs:
2727 - release : R2021b
2828 # - release: R2021a # throws an error: https://github.com/precice/matlab-bindings/pull/42
2929 steps :
30-
31- - name : install precice
32- uses : precice/setup-precice-action@main
33- with :
34- precice-version : ' v3.1.0'
35-
3630 - name : Set up MATLAB
3731 uses : matlab-actions/setup-matlab@v2
3832 with :
3933 release : ${{ matrix.release }}
40-
4134 - name : Check out repository
4235 uses : actions/checkout@v3
43-
4436 - name : Run compilation script
4537 uses : matlab-actions/run-command@v1
4638 with :
4739 command : compile_matlab_bindings_for_precice
48-
4940 - name : Run Solverdummies
5041 shell : bash
5142 run : |
You can’t perform that action at this time.
0 commit comments