From 73aead01b4ca95df70920e39d2bf5d70e951ae19 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sat, 22 May 2021 21:33:50 +0200 Subject: [PATCH] Split execution of db and unit mutation tests during ci workflow --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 188a7f02..7e278bda 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: