mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-04-21 07:22:20 +02:00
Minor fixes
This commit is contained in:
parent
1d4cc15b9b
commit
31273e58f8
2
.github/workflows/build-package.yml
vendored
2
.github/workflows/build-package.yml
vendored
@ -38,7 +38,7 @@ jobs:
|
||||
restore-keys: ${{ runner.os }}-composer-
|
||||
|
||||
- name: Prepare the environment
|
||||
run: cp .env.example .env
|
||||
run: cp .env.example .env && touch database/database.sqlite
|
||||
|
||||
- name: Validate composer.json and composer.lock
|
||||
run: composer validate
|
||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -78,7 +78,7 @@ jobs:
|
||||
restore-keys: ${{ runner.os }}-composer-
|
||||
|
||||
- name: Prepare the environment
|
||||
run: cp .env.example .env && touch database/testing.sqlite
|
||||
run: cp .env.example .env && touch database/database.sqlite
|
||||
|
||||
- name: Validate composer.json and composer.lock
|
||||
run: composer validate
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace Controller\API;
|
||||
namespace Tests\Controller\API;
|
||||
|
||||
use App\Models\User;
|
||||
use Illuminate\Foundation\Testing\RefreshDatabase;
|
||||
|
Loading…
x
Reference in New Issue
Block a user