Skip to content

Commit 59076e3

Browse files
committed
Using phpunit to run the tests
1 parent f665e3a commit 59076e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ jobs:
5757
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
5858
5959
- name: Execute tests
60-
run: composer run-script test
60+
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)