Skip to content

Commit 267671e

Browse files
committed
update yml file
1 parent 6a3327e commit 267671e

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
@@ -19,7 +19,7 @@ jobs:
1919
- name: Copy .env
2020
run: php -r "file_exists('.env') || copy('.env.example', '.env');"
2121
- name: Install Dependencies
22-
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist --no-dev
22+
run: composer install -q --no-interaction --no-scripts --no-progress --prefer-dist --no-dev
2323
- name: Generate key
2424
run: php artisan key:generate
2525
- name: Directory Permissions

0 commit comments

Comments
 (0)