mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-27 02:00:20 +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
|
- name: Install dependencies
|
||||||
run: composer install --prefer-dist --no-progress --no-suggest --no-interaction
|
run: composer install --prefer-dist --no-progress --no-suggest --no-interaction
|
||||||
|
|
||||||
- uses: php-actions/phpunit@v1
|
- name: phpunit
|
||||||
|
run: vendor/bin/phpunit
|
||||||
|
|
||||||
- name: phpcs
|
- name: phpcs
|
||||||
run: vendor/bin/phpcs .
|
run: vendor/bin/phpcs .
|
||||||
|
Reference in New Issue
Block a user