Rename CI env file

This commit is contained in:
Christopher C. Wells 2021-04-09 15:17:13 -07:00
parent b0e1403ffa
commit 18dbe7e414
2 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ jobs:
run: composer install --no-progress --no-interaction
- name: Generate app key
run: |
php -r "file_exists('.env') || copy('.env.ci.example', '.env');"
php -r "file_exists('.env') || copy('.env.ci', '.env');"
php artisan key:generate
- name: Run tests
run: vendor/bin/paratest --coverage-clover build/logs/clover.xml