Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Aziz Muzafarov committed Oct 19, 2021
1 parent b9616e6 commit d6cc896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: composer install --prefer-dist --no-suggest

- name: Copy .env file
run: cp tests/.env.example tests/.env
run: cp tests/_ci/.env.default .env

- name: Setup tests
if: success()
Expand Down

0 comments on commit d6cc896

Please sign in to comment.