fixing test and deploy script
Some checks failed
CI Deploy Laravel / Test (push) Failing after 1m19s
CI Deploy Laravel / Build (push) Has been skipped
CI Deploy Laravel / Deploy (push) Has been skipped

This commit is contained in:
2026-05-13 11:50:46 +08:00
parent 9fbd0b6edb
commit 6ac4b8f32c

View File

@@ -35,6 +35,12 @@ jobs:
cp .env.example .env
php artisan key:generate --force
- name: Install NPM dependencies
run: npm ci
- name: Build frontend assets for tests
run: npm run build
- name: Run tests
run: php artisan test --compact