Skip to content

Commit b885755

Browse files
committed
Use correct command to run tests in CI
1 parent 27ea0f3 commit b885755

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
@@ -38,4 +38,4 @@ jobs:
3838
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
3939
4040
- name: Execute tests
41-
run: vendor/bin/phpunit
41+
run: vendor/bin/pest

0 commit comments

Comments
 (0)