Skip to content

Commit

Permalink
👷‍♂️fix(workflow): update laravel test to match changed way of testing
Browse files Browse the repository at this point in the history
  • Loading branch information
momcilovicluka authored Oct 27, 2024
1 parent 3952ac2 commit 26e98d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/laravel-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ jobs:
php artisan db:seed
- name: Execute tests (Unit and Feature tests) via PHPUnit/Pest
run: php artisan test
run: |
touch database/testing.sqlite
php artisan test
- name: Run Pint
run: composer exec pint
Expand Down

0 comments on commit 26e98d1

Please sign in to comment.