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 b8eb055 commit 65325f8Copy full SHA for 65325f8
.github/workflows/preflight.yml
@@ -108,12 +108,12 @@ jobs:
108
DB_PASSWORD: tailwind_components
109
run: php artisan migrate:fresh --seed
110
111
- - name: 🧪 Execute tests (Unit and Feature tests) via PHPUnit
+ - name: 🧪 Execute tests (Unit and Feature tests) via Pest
112
env:
113
DB_CONNECTION: pgsql
114
DB_DATABASE: tailwind_components
115
DB_PORT: 5432
116
DB_USERNAME: tailwind_components
117
DB_HOST: 127.0.0.1
118
119
- run: vendor/bin/phpunit --testdox
+ run: vendor/bin/pest --testdox
0 commit comments