mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Let composer be verbose and remove deprecated option
This commit is contained in:
@@ -27,7 +27,7 @@ jobs:
|
||||
- name: Copy .env
|
||||
run: php -r "file_exists('.env') || copy('.env.test', '.env');"
|
||||
- name: Install Dependencies
|
||||
run: composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist
|
||||
run: composer install --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
|
||||
- name: Generate key
|
||||
run: php artisan key:generate
|
||||
- name: Directory Permissions
|
||||
|
||||
Reference in New Issue
Block a user