Skip to content

Commit

Permalink
Syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
kareefardi committed Apr 16, 2024
1 parent aa90f92 commit c98786f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix: ${{ fromJSON(needs.Prep.outputs.test }}
matrix: ${{ fromJSON(needs.Prep.outputs.test) }}
name: ${{ matrix.tests.test }}
steps:
- name: Clone IP
Expand Down

0 comments on commit c98786f

Please sign in to comment.