Skip to content

Commit

Permalink
Remove fromJson
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomTannenbaum committed Nov 5, 2024
1 parent 89a21f3 commit 890e98f
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 @@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-24.04
strategy:
matrix:
file: ${{ fromJSON(needs.get-e2e-files.outputs.file_list) }}
file: ${{ needs.get-e2e-files.outputs.file_list }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 890e98f

Please sign in to comment.