We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6fbf13 commit 6fd58d6Copy full SHA for 6fd58d6
.github/workflows/test.yml
@@ -38,7 +38,7 @@ jobs:
38
with:
39
node-version: 22
40
- name: Prepare the environment
41
- run: cp .env.example .env
+ run: cp .env.testing .env
42
- name: Get composer cache directory
43
id: composer-cache
44
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
0 commit comments