Skip to content

Commit 8df5548

Browse files
author
bryanadamloh97
committed
Set correct phpunit command
1 parent 02ada85 commit 8df5548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
composer update --prefer-dist --no-interaction --no-suggest
3939
4040
- name: Execute tests
41-
run: vendor/bin/phpunit
41+
run: ./vendor/bin/phpunit

0 commit comments

Comments
 (0)