Skip to content

Commit

Permalink
Bring back fromJSON to matrix strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomTannenbaum committed Nov 5, 2024
1 parent 5d61ce7 commit c2a99eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend-test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-24.04
strategy:
matrix:
file: ${{ needs.get-e2e-files.outputs.file_list }}
file: ${{ fromJSON(needs.get-e2e-files.outputs.file_list) }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit c2a99eb

Please sign in to comment.