Skip to content

Commit 65325f8

Browse files
committed
Update test command
1 parent b8eb055 commit 65325f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/preflight.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,12 @@ jobs:
108108
DB_PASSWORD: tailwind_components
109109
run: php artisan migrate:fresh --seed
110110

111-
- name: 🧪 Execute tests (Unit and Feature tests) via PHPUnit
111+
- name: 🧪 Execute tests (Unit and Feature tests) via Pest
112112
env:
113113
DB_CONNECTION: pgsql
114114
DB_DATABASE: tailwind_components
115115
DB_PORT: 5432
116116
DB_USERNAME: tailwind_components
117117
DB_HOST: 127.0.0.1
118118
DB_PASSWORD: tailwind_components
119-
run: vendor/bin/phpunit --testdox
119+
run: vendor/bin/pest --testdox

0 commit comments

Comments
 (0)