Skip to content

Commit c45c83c

Browse files
Update tests.yml
1 parent 5543cfc commit c45c83c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
uses: actions/checkout@v2
7272

7373
- name: Run tests
74-
run: vendor/bin/phpunit --coverage-clover ./coverage.xml
74+
run: ./vendor/bin/phpunit --coverage-clover ./coverage.xml
7575

7676

7777
- name: Upload to Codecov

0 commit comments

Comments
 (0)