Skip to content

Commit

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

0 comments on commit 174edf9

Please sign in to comment.