Skip to content

Commit

Permalink
ci: correct use of matrix param
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Dec 5, 2023
1 parent 23357ab commit 4b3bf69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
run: npm ci

- name: Run tests
run: ./test/check-metadata.sh --profile=$profile
run: ./test/check-metadata.sh --profile=${{ matrix.profile }}

0 comments on commit 4b3bf69

Please sign in to comment.