Skip to content

Commit

Permalink
Fix test script
Browse files Browse the repository at this point in the history
  • Loading branch information
thyal committed Jan 30, 2024
1 parent 5d57304 commit 5f04be1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ jobs:
base-dir: packages/
test:
name: Test
needs: determine_changed_packages
concurrency: test_${{ github.head_ref }}
runs-on: ubuntu-latest
strategy:
matrix: ${{ fromJson(needs.determine_changed_packages.outputs.matrix) }}
matrix: ${{fromJson(needs.determine_changed_packages.outputs.matrix)}}
defaults:
run:
working-directory: ${{ matrix.dir }}
Expand Down

0 comments on commit 5f04be1

Please sign in to comment.