Skip to content

Commit d6cc896

Browse files
author
Aziz Muzafarov
committed
Fix CI
1 parent b9616e6 commit d6cc896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing-suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: composer install --prefer-dist --no-suggest
6060

6161
- name: Copy .env file
62-
run: cp tests/.env.example tests/.env
62+
run: cp tests/_ci/.env.default .env
6363

6464
- name: Setup tests
6565
if: success()

0 commit comments

Comments
 (0)