From 6ca4561055daeaed96e5cf11c081693f75669e52 Mon Sep 17 00:00:00 2001 From: Peter Csajtai Date: Mon, 21 Mar 2022 11:34:32 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b6974a..982acbb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,6 +44,7 @@ jobs: coverage: + needs: test runs-on: ubuntu-latest steps: - uses: actions/checkout@v2