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