mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-01-16 20:58:22 +01:00
Fix testing .env file
This commit is contained in:
parent
d332a9db55
commit
6d1c6f0c8b
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/database.sqlite
|
||||
run: cp .env.example .env && touch database/testing.sqlite
|
||||
|
||||
- name: Validate composer.json and composer.lock
|
||||
run: composer validate
|
||||
|
Loading…
x
Reference in New Issue
Block a user