Updated ci.yml
This commit is contained in:
parent
58294b1e3a
commit
a04ec5a12b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue