From e3c3bda6241b4331996a6befbe8db17267db3d09 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Sun, 6 Oct 2024 21:55:43 +0400 Subject: [PATCH] Fix coverage needs --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fefccd4..c342d4d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: name: Combine & check coverage if: always() runs-on: "ubuntu-latest" - needs: ["Windows", "Ubuntu", "macOS"] + needs: test steps: - uses: actions/checkout@v4