Skip to content

Commit 121d0b0

Browse files
committed
Build frontend in CI
1 parent fe6b038 commit 121d0b0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,11 @@ jobs:
3131
- name: Generate application key
3232
run: php artisan key:generate
3333

34+
- name: Install Node
35+
run: npm ci
36+
37+
- name: Build frontend
38+
run: npm run build
39+
3440
- name: Run PHP tests
3541
run: php artisan test

0 commit comments

Comments
 (0)