Skip to content

Commit

Permalink
fix fromJSON
Browse files Browse the repository at this point in the history
  • Loading branch information
finn-tbd committed Jun 5, 2024
1 parent d5a01a9 commit 971a726
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/javascript-tests.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: JavaScript Tests

on: [push]

jobs:
Expand All @@ -15,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
project: ${{ fromJson(needs.list-projects.outputs.matrix) }}
project: ${{ fromJSON(needs.list-projects.outputs.matrix) }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 971a726

Please sign in to comment.