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 c969342 commit 389103f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:
uses: actions/checkout@v3
- name: List provider test classes
id: test-classes
run: echo "h1=h1" >> "$GITHUB_OUTPUT"
# run: ls src/test/java/dev/harrel/jsonschema/providers/ | sed 's/\.java$//' >> "$GITHUB_OUTPUT"
run: ls src/test/java/dev/harrel/jsonschema/providers/ | sed 's/\.java$//' | jq -R -s -c 'split("\n")[:-1]' >> "$GITHUB_OUTPUT"

matr:
needs: provider-list
Expand Down

0 comments on commit 389103f

Please sign in to comment.