Skip to content

Commit

Permalink
refactor: copy env.
Browse files Browse the repository at this point in the history
  • Loading branch information
loduis committed Dec 3, 2023
1 parent 2803c4b commit 6c4fcaf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
max_attempts: 5
command: composer update --no-interaction --no-progress

- name: Copy env
run: php -r "copy('./tests/.env.dist', './tests/.env')"

- name: Execute PHPUnit
run: vendor/bin/phpunit

Expand Down Expand Up @@ -69,5 +72,8 @@ jobs:
max_attempts: 5
command: composer update --prefer-lowest --prefer-stable --no-interaction --no-progress

- name: Copy env
run: php -r "copy('./tests/.env.dist', './tests/.env')"

- name: Execute PHPUnit
run: vendor/bin/phpunit

0 comments on commit 6c4fcaf

Please sign in to comment.