Skip to content

Commit fb84ad2

Browse files
committed
Run test via Pest
1 parent f66f1ff commit fb84ad2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/laravel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
run: |
2929
mkdir -p database
3030
touch database/database.sqlite
31-
- name: Execute tests (Unit and Feature tests) via PHPUnit
31+
- name: Execute tests (Unit and Feature tests) via Pest
3232
env:
3333
DB_CONNECTION: sqlite
3434
DB_DATABASE: database/database.sqlite
35-
run: vendor/bin/phpunit
35+
run: ./vendor/bin/pest

0 commit comments

Comments
 (0)