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 b9616e6 commit d6cc896Copy full SHA for d6cc896
.github/workflows/testing-suite.yml
@@ -59,7 +59,7 @@ jobs:
59
run: composer install --prefer-dist --no-suggest
60
61
- name: Copy .env file
62
- run: cp tests/.env.example tests/.env
+ run: cp tests/_ci/.env.default .env
63
64
- name: Setup tests
65
if: success()
0 commit comments