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

This commit is contained in:
2026-05-13 11:54:29 +08:00
parent 6ac4b8f32c
commit f4c1878426

View File

@@ -36,7 +36,7 @@ jobs:
php artisan key:generate --force
- name: Install NPM dependencies
run: npm ci
run: npm ci || npm install --no-audit --no-fund
- name: Build frontend assets for tests
run: npm run build
@@ -70,7 +70,7 @@ jobs:
run: composer install --no-dev --no-interaction --no-progress --prefer-dist --optimize-autoloader
- name: Install NPM dependencies
run: npm ci
run: npm ci || npm install --no-audit --no-fund
- name: Build frontend assets
run: npm run build