Skip to content

Commit

Permalink
Add missing fromJSON
Browse files Browse the repository at this point in the history
  • Loading branch information
lloeki committed Jun 27, 2024
1 parent ff9f193 commit 1c996d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
spec: ${{ needs.matrix.outputs.matrix }}
spec: ${{ fromJSON(needs.matrix.outputs.matrix) }}
uses: ./.github/workflows/unit-test-spec.yml
with:
spec: ${{ matrix.spec }}
Expand Down

0 comments on commit 1c996d1

Please sign in to comment.