Skip to content

Commit 3d6e985

Browse files
committed
Fix GitHub workflow
1 parent 369cc74 commit 3d6e985

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
@@ -42,4 +42,4 @@ jobs:
4242
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
4343
4444
- name: Execute Tests
45-
run: ./vendor/bin/phpunit --testdox
45+
run: ./vendor/bin/pest

0 commit comments

Comments
 (0)