Skip to content

Commit

Permalink
Do not run tests if lint fails
Browse files Browse the repository at this point in the history
  • Loading branch information
leplatrem committed Jan 24, 2024
1 parent b623c12 commit cbc186d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
run: make lint

unit-tests:
needs: lint
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -38,6 +39,7 @@ jobs:
run: make test

functional-tests:
needs: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit cbc186d

Please sign in to comment.