Skip to content

Commit

Permalink
Fix testing .env file
Browse files Browse the repository at this point in the history
  • Loading branch information
Kovah committed Oct 17, 2024
1 parent d332a9d commit 6d1c6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6d1c6f0

Please sign in to comment.