Skip to content

Commit

Permalink
added steps needs
Browse files Browse the repository at this point in the history
  • Loading branch information
btr1975 committed Mar 29, 2024
1 parent 694b7a1 commit 847cc52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-coverage-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
make pylint
testing-coverage:
needs: linting
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down Expand Up @@ -80,6 +81,7 @@ jobs:
make build
build:
needs: testing-coverage
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down

0 comments on commit 847cc52

Please sign in to comment.