mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-17 15:59:56 +03:00
Ensured every mutation test job only downloads the specific coverage report
This commit is contained in:
parent
3088298e6b
commit
dbca5b2a7e
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci-mutation-tests.yml
vendored
1
.github/workflows/ci-mutation-tests.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue