Merge pull request #1516 from acelaya-forks/feature/reduce-ci-artifact-download

Ensured every mutation test job only downloads the specific coverage …
This commit is contained in:
Alejandro Celaya 2022-08-17 19:27:52 +02:00 committed by GitHub
commit 0c110f574a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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