Install and build npm packages on CI

This commit is contained in:
Fabián Gonzalo Artur de la Villarmois
2026-03-29 17:53:14 +13:00
parent bae79d68ab
commit 36c8671c52
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -30,6 +30,10 @@ jobs:
cp .env.example .env
php artisan key:generate
- name: Build frontend assets
working-directory: www
run: npm ci && npm run build
- name: Run tests
working-directory: www
run: php artisan test