Update continuous-integration.yml

This commit is contained in:
Guilhem Niot 2022-09-03 12:32:11 +02:00 committed by GitHub
parent 4009e55b74
commit 78f81b996a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,4 +79,4 @@ jobs:
composer update --no-interaction --no-progress ${{ matrix.composer-flags }}
- name: PHPUnit Tests
run: bin/phpunit --configuration phpunit.xml.dist --coverage-text
run: vendor/bin/simple-phpunit --configuration phpunit.xml.dist --coverage-text