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
Generated
+364 -362
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1,6 +1,6 @@
<?php
namespace Tests\Unit;
namespace Tests\Unit\Models;
use App\Models\AdditionalCharge;
use Illuminate\Database\Schema\Blueprint;
@@ -1,6 +1,6 @@
<?php
namespace Tests\Unit;
namespace Tests\Unit\Models;
use App\Models\AdminNotificationSubject;
use Illuminate\Database\Schema\Blueprint;
@@ -1,6 +1,6 @@
<?php
namespace Tests\Unit;
namespace Tests\Unit\Models;
use App\Models\AttendanceCommentTemplate;
use Illuminate\Database\Schema\Blueprint;
+1 -1
View File
@@ -1,6 +1,6 @@
<?php
namespace Tests\Unit;
namespace Tests\Unit\Models;
use App\Models\AttendanceData;
use Illuminate\Database\Schema\Blueprint;
+1 -1
View File
@@ -1,6 +1,6 @@
<?php
namespace Tests\Unit;
namespace Tests\Unit\Models;
use App\Models\AttendanceDay;
use Illuminate\Foundation\Testing\RefreshDatabase;