Skip to content

Commit bf67589

Browse files
Modify phpunit.yml file
1 parent d2110a1 commit bf67589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Build assets for production
2929
env:
3030
LARAVEL_BYPASS_ENV_CHECK: 1
31-
run: npm install && npm run production
31+
run: npm install && npm run dev
3232
- name: Execute tests (Unit and Feature tests) via PHPUnit
3333
env:
3434
DB_CONNECTION: sqlite

0 commit comments

Comments
 (0)