Skip to content

Commit 6fd58d6

Browse files
committed
Updates
1 parent b6fbf13 commit 6fd58d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
node-version: 22
4040
- name: Prepare the environment
41-
run: cp .env.example .env
41+
run: cp .env.testing .env
4242
- name: Get composer cache directory
4343
id: composer-cache
4444
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)