Skip to content

Commit

Permalink
Use the include input to define the folders
Browse files Browse the repository at this point in the history
  • Loading branch information
H0R5E committed Sep 18, 2024
1 parent 56c8ffd commit 03774b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run-tests-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ jobs:
strategy:
fail-fast: false
matrix:
folder: []
folder: ${{ fromJSON(inputs.include.folder) }}
os: [ubuntu-latest, windows-latest]
release: [R2023b]
include: ${{ fromJSON(inputs.include) }}
exclude:
- os: ubuntu-latest
folder: Mooring
Expand Down

0 comments on commit 03774b2

Please sign in to comment.