Skip to content

Commit 63acd89

Browse files
committed
build assetts on github action
1 parent bf0f592 commit 63acd89

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/laravel.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
touch database/database.sqlite
3131
- name: Migrate database
3232
run: php artisan migrate
33+
- name: Build client assets
34+
run: |
35+
npm install
36+
npm run build
3337
- name: Execute tests (Unit and Feature tests) via PHPUnit
3438
env:
3539
DB_CONNECTION: sqlite

0 commit comments

Comments
 (0)