We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f769134 commit 3eaadc2Copy full SHA for 3eaadc2
.github/workflows/run-tests.yml
@@ -52,4 +52,4 @@ jobs:
52
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
53
54
- name: Execute tests
55
- run: vendor/bin/phpunit
+ run: vendor/bin/pest
0 commit comments