Skip to content

Commit 292cba9

Browse files
gh action workflow update
1 parent 2ece5bb commit 292cba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/laravel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Copy .env
1919
run: php -r "file_exists('.env') || copy('.env.example', '.env');"
2020
- name: Install Dependencies
21-
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
21+
run: composer install --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
2222
- name: Generate key
2323
run: php artisan key:generate
2424
- name: Directory Permissions

0 commit comments

Comments
 (0)