We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2110a1 commit bf67589Copy full SHA for bf67589
.github/workflows/phpunit.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Build assets for production
29
env:
30
LARAVEL_BYPASS_ENV_CHECK: 1
31
- run: npm install && npm run production
+ run: npm install && npm run dev
32
- name: Execute tests (Unit and Feature tests) via PHPUnit
33
34
DB_CONNECTION: sqlite
0 commit comments