Skip to content

Commit 1913e36

Browse files
authored
make tests run on main (#94)
1 parent 03c12b0 commit 1913e36

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/run-tests-reusable.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@ jobs:
3030
release: [R2024b]
3131
include: ${{ fromJSON(inputs.include) }}
3232
exclude:
33-
- folder: Mooring
34-
- folder: Paraview_Visualization
33+
- os: ubuntu-latest
34+
folder: Mooring
35+
- os: ubuntu-latest
36+
folder: Paraview_Visualization
3537
name: "${{ matrix.folder }} - ${{ matrix.os }} - ${{ matrix.release }}"
3638
timeout-minutes: 45
3739
steps:

0 commit comments

Comments
 (0)