mirror of
https://github.com/shlinkio/shlink.git
synced 2024-12-22 15:13:59 -06:00
Split execution of db and unit mutation tests during ci workflow
This commit is contained in:
parent
e19b3cc45d
commit
73aead01b4
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -217,6 +217,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
php-version: ['7.4', '8.0']
|
||||
test-group: ['unit', 'db']
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
@ -232,7 +233,7 @@ jobs:
|
||||
- uses: actions/download-artifact@v2
|
||||
with:
|
||||
path: build
|
||||
- run: composer infect:ci
|
||||
- run: composer infect:ci:${{ matrix.test-group }}
|
||||
|
||||
upload-coverage:
|
||||
needs:
|
||||
|
Loading…
Reference in New Issue
Block a user