From 847cc52b3f4f6ef9512df20670f74ef579bc7878 Mon Sep 17 00:00:00 2001 From: Ben Date: Fri, 29 Mar 2024 08:55:27 -0500 Subject: [PATCH] added steps needs --- .github/workflows/test-coverage-lint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-coverage-lint.yml b/.github/workflows/test-coverage-lint.yml index bb82a78..b344bad 100644 --- a/.github/workflows/test-coverage-lint.yml +++ b/.github/workflows/test-coverage-lint.yml @@ -48,6 +48,7 @@ jobs: make pylint testing-coverage: + needs: linting runs-on: ${{ matrix.os }} strategy: matrix: @@ -80,6 +81,7 @@ jobs: make build build: + needs: testing-coverage runs-on: ${{ matrix.os }} strategy: matrix: