mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-25 17:21:19 +02:00
use run to run phpunit
This commit is contained in:
3
.github/workflows/php.yml
vendored
3
.github/workflows/php.yml
vendored
@@ -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 .
|
||||
|
Reference in New Issue
Block a user