use run to run phpunit

This commit is contained in:
Dominik Liebler
2019-12-15 19:25:31 +01:00
committed by GitHub
parent 3a691fd517
commit dfa2e96b6b

View File

@@ -15,7 +15,8 @@ jobs:
- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest --no-interaction
- uses: php-actions/phpunit@v1
- name: phpunit
run: vendor/bin/phpunit
- name: phpcs
run: vendor/bin/phpcs .