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 1eace1f commit db77186Copy full SHA for db77186
1 file changed
.github/workflows/tests.yaml
@@ -34,7 +34,7 @@ jobs:
34
coverage: xdebug
35
36
- name: Copy .env
37
- run: cp .github/.env.github.tests .env
+ run: cp .env.example .env
38
39
- name: Get composer cache directory
40
id: composer-cache
0 commit comments