From dbca5b2a7efe01288c5be7e82483e0931fbd6212 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Wed, 17 Aug 2022 19:07:39 +0200 Subject: [PATCH] Ensured every mutation test job only downloads the specific coverage report --- .github/workflows/ci-mutation-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-mutation-tests.yml b/.github/workflows/ci-mutation-tests.yml index 337894e2..7a9dd751 100644 --- a/.github/workflows/ci-mutation-tests.yml +++ b/.github/workflows/ci-mutation-tests.yml @@ -23,6 +23,7 @@ jobs: extensions-cache-key: mutation-tests-extensions-${{ matrix.php-version }}-${{ inputs.test-group }} - uses: actions/download-artifact@v3 with: + name: coverage-${{ inputs.test-group }} path: build - name: Resolve infection args id: infection_args