mirror of
https://github.com/shlinkio/shlink.git
synced 2024-12-18 09:02:04 +03:00
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:
commit
0c110f574a
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 }}
|
extensions-cache-key: mutation-tests-extensions-${{ matrix.php-version }}-${{ inputs.test-group }}
|
||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
name: coverage-${{ inputs.test-group }}
|
||||||
path: build
|
path: build
|
||||||
- name: Resolve infection args
|
- name: Resolve infection args
|
||||||
id: infection_args
|
id: infection_args
|
||||||
|
|
Loading…
Reference in a new issue