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 11f7fa4 commit 3db958dCopy full SHA for 3db958d
.github/workflows/tests.yml
@@ -32,5 +32,5 @@ jobs:
32
run: |
33
composer install --no-interaction
34
35
- - name: Run PHPUnit
36
- run: composer test
+ - name: Run Pest
+ run: vendor/bin/pest
0 commit comments