Skip to content

Commit

Permalink
Fix CI test not requiring build step
Browse files Browse the repository at this point in the history
  • Loading branch information
ritave committed Oct 9, 2024
1 parent a0abe64 commit 217bfbf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,9 @@ jobs:
test:
name: Test
runs-on: ubuntu-latest
needs: prepare
needs:
- prepare
- build
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 217bfbf

Please sign in to comment.