Skip to content

Commit

Permalink
dont start test matrix until build, lint and smoke tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Aug 14, 2023
1 parent 6ca5e00 commit d092bd6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,10 @@ jobs:
test:
name: Test
needs: smoke
needs:
- build
- lint
- smoke
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down

0 comments on commit d092bd6

Please sign in to comment.