Skip to content

Commit

Permalink
ci: fix test job
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed Oct 11, 2023
1 parent a0d84de commit 582285e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ on:
jobs:
setup:
runs-on: ubuntu-latest
needs: setup
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
Expand All @@ -47,6 +46,7 @@ jobs:
name: Run tests
timeout-minutes: 60
runs-on: ubuntu-latest
needs: setup
strategy:
matrix: ${{fromJson(needs.setup.outputs.matrix)}}
fail-fast: false
Expand Down

0 comments on commit 582285e

Please sign in to comment.