Try to run phpunit from composer

This commit is contained in:
DeveloperMarius
2021-03-23 11:57:03 +01:00
parent d7a295cb5c
commit 577c87c527

View File

@@ -15,6 +15,4 @@ jobs:
- name: PHPUnit version
run: phpunit --version
- name: PHPUnit tests
run: phpunit tests
- name: PHPUnit tests 2
run: composer test
run: vendor/bin/phpunit tests