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 f66f1ff commit fb84ad2Copy full SHA for fb84ad2
.github/workflows/laravel.yml
@@ -28,8 +28,8 @@ jobs:
28
run: |
29
mkdir -p database
30
touch database/database.sqlite
31
- - name: Execute tests (Unit and Feature tests) via PHPUnit
+ - name: Execute tests (Unit and Feature tests) via Pest
32
env:
33
DB_CONNECTION: sqlite
34
DB_DATABASE: database/database.sqlite
35
- run: vendor/bin/phpunit
+ run: ./vendor/bin/pest
0 commit comments