Updated ci.yml

This commit is contained in:
Jitendra Singh 2020-01-21 19:22:29 +05:30
parent 58294b1e3a
commit a04ec5a12b
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ jobs:
- name: Copy .env
run: php -r "file_exists('.env') || copy('.env.ci', '.env');"
- name: Install Dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist
run: composer install
- name: Generate key
run: php artisan key:generate
- name: Create Database