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 ff696fe commit 2a92ca2Copy full SHA for 2a92ca2
1 file changed
.github/workflows/tests.yml
@@ -73,7 +73,7 @@ jobs:
73
- run: composer install --prefer-dist --no-suggest
74
75
- name: Copy .env file
76
- run: cp config/.env.example tests/.env
+ run: cp config/.env.docker tests/.env
77
78
- name: Run test suites
79
env:
0 commit comments