1
0
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:
Kovah 2024-10-17 16:30:55 +02:00
parent d332a9db55
commit 6d1c6f0c8b
No known key found for this signature in database
GPG Key ID: AAAA031BA9830D7B

View File

@ -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