mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-06-17 16:57:53 +00:00
Try to run phpunit from composer
This commit is contained in:
@@ -15,6 +15,4 @@ jobs:
|
|||||||
- name: PHPUnit version
|
- name: PHPUnit version
|
||||||
run: phpunit --version
|
run: phpunit --version
|
||||||
- name: PHPUnit tests
|
- name: PHPUnit tests
|
||||||
run: phpunit tests
|
run: vendor/bin/phpunit tests
|
||||||
- name: PHPUnit tests 2
|
|
||||||
run: composer test
|
|
||||||
Reference in New Issue
Block a user