Skip to content

Commit 847cc52

Browse files
committed
added steps needs
1 parent 694b7a1 commit 847cc52

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-coverage-lint.yml

+2
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
make pylint
4949
5050
testing-coverage:
51+
needs: linting
5152
runs-on: ${{ matrix.os }}
5253
strategy:
5354
matrix:
@@ -80,6 +81,7 @@ jobs:
8081
make build
8182
8283
build:
84+
needs: testing-coverage
8385
runs-on: ${{ matrix.os }}
8486
strategy:
8587
matrix:

0 commit comments

Comments
 (0)