Update test_suite.yml

This commit is contained in:
Sergio Brighenti 2020-12-17 18:36:42 +01:00 committed by GitHub
parent fe1c30fe4e
commit b7a04fb2ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ jobs:
run: composer install --prefer-dist --no-progress --no-suggest
- name: Run test suite
run: vendor/bin/phpunit
run: vendor/bin/phpunit --no-coverage
- name: Send docker repo update
run: |