Skip to content

Commit

Permalink
Ci: override config
Browse files Browse the repository at this point in the history
  • Loading branch information
misantron committed Aug 17, 2023
1 parent 6d8d485 commit aa046f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Expand Up @@ -61,11 +61,11 @@ jobs:
with:
dependency-versions: locked
composer-options: --no-ansi --no-interaction --no-progress
- name: Set config
run: cp phpunit.xml.dist phpunit.xml
- name: Override config
run: cp ci/phpunit/phpunit.96.xml phpunit.xml.dist
if: ${{ matrix.php-versions == '7.4' || matrix.php-versions == '8.0' }}
- name: Run PHPUnit
run: vendor/bin/phpunit --colors=always --config phpunit.xml
run: vendor/bin/phpunit --colors=always --config phpunit.xml.dist
coverage:
name: Tests coverage
runs-on: ubuntu-latest
Expand Down

0 comments on commit aa046f9

Please sign in to comment.