Skip to content

Commit

Permalink
matrix test
Browse files Browse the repository at this point in the history
  • Loading branch information
harrel56 committed Jul 31, 2023
1 parent 389103f commit 2e0a07b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v3
- name: List provider test classes
id: test-classes
run: ls src/test/java/dev/harrel/jsonschema/providers/ | sed 's/\.java$//' | jq -R -s -c 'split("\n")[:-1]' >> "$GITHUB_OUTPUT"
run: ls src/test/java/dev/harrel/jsonschema/providers/ | sed 's/\.java$//' | jq -R -s -c 'split("\n")[:-1]'

matr:
needs: provider-list
Expand Down

0 comments on commit 2e0a07b

Please sign in to comment.