Skip to content

Commit

Permalink
chore: Only runs integration tests if other tests pass (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
gruyaume committed Jan 19, 2024
1 parent cbfa0de commit 18d091c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
integration-test:
name: Integration tests
runs-on: ubuntu-22.04
needs:
- lint-report
- static-analysis
- unit-tests-with-coverage
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 18d091c

Please sign in to comment.