We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03c12b0 commit 1913e36Copy full SHA for 1913e36
1 file changed
.github/workflows/run-tests-reusable.yml
@@ -30,8 +30,10 @@ jobs:
30
release: [R2024b]
31
include: ${{ fromJSON(inputs.include) }}
32
exclude:
33
- - folder: Mooring
34
- - folder: Paraview_Visualization
+ - os: ubuntu-latest
+ folder: Mooring
35
36
+ folder: Paraview_Visualization
37
name: "${{ matrix.folder }} - ${{ matrix.os }} - ${{ matrix.release }}"
38
timeout-minutes: 45
39
steps:
0 commit comments