Merge pull request #1093 from acelaya-forks/feature/improve-mutation-ci

Split execution of db and unit mutation tests during ci workflow
This commit is contained in:
Alejandro Celaya 2021-05-22 21:50:59 +02:00 committed by GitHub
commit 96c5bc164a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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