mirror of https://github.com/kcal-app/kcal.git
Rename CI env file
This commit is contained in:
parent
b0e1403ffa
commit
18dbe7e414
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue