fix api build

This commit is contained in:
root
2026-06-12 02:40:41 -04:00
parent d5903fb8d2
commit c27e1f2689
7 changed files with 375 additions and 372 deletions
+6 -5
View File
@@ -92,8 +92,6 @@ composer_validate:
paths:
- reports/
- storage/logs/
reports:
dotenv: .env
laravel_pint:
extends: .php_laravel_job
@@ -132,9 +130,12 @@ phpunit:
- storage/logs/
coverage: '/^\s*Lines:\s*\d+\.\d+%/'
cache:
paths:
- vendor/
key: ${CI_COMMIT_REF_SLUG}
paths:
- .composer-cache/
- .npm-cache/
- vendor/
- node_modules/
key: ${CI_COMMIT_REF_SLUG}
build_frontend:
image: node:22-alpine