Skip to content

Commit

Permalink
Modify phpunit.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
perisicnikola37 committed Mar 12, 2024
1 parent d2110a1 commit bf67589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build assets for production
env:
LARAVEL_BYPASS_ENV_CHECK: 1
run: npm install && npm run production
run: npm install && npm run dev
- name: Execute tests (Unit and Feature tests) via PHPUnit
env:
DB_CONNECTION: sqlite
Expand Down

0 comments on commit bf67589

Please sign in to comment.