We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fc038a commit c31d782Copy full SHA for c31d782
.github/workflows/run-tests.yml
@@ -64,7 +64,7 @@ jobs:
64
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
65
66
- name: Execute tests
67
- run: vendor/bin/phpunit
+ run: vendor/bin/pest
68
env:
69
DB_USERNAME: user
70
DB_PASSWORD: secret
0 commit comments