Skip to content

Commit

Permalink
ci: use artisan command to run test, because this ci/laravel.yml does…
Browse files Browse the repository at this point in the history
… not work properly in laravel when uses Pest instead of PHPUnit (#2284)

Co-authored-by: Alexis Abril <[email protected]>
  • Loading branch information
cgarciagarcia and alexisabril authored Apr 1, 2024
1 parent efd31e5 commit b53d05e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
run: |
mkdir -p database
touch database/database.sqlite
- name: Execute tests (Unit and Feature tests) via PHPUnit
- name: Execute tests (Unit and Feature tests) via PHPUnit/Pest
env:
DB_CONNECTION: sqlite
DB_DATABASE: database/database.sqlite
run: vendor/bin/phpunit
run: php artisan test

0 comments on commit b53d05e

Please sign in to comment.