Skip to content

Commit 01359c9

Browse files
authored
Update docker-compose-test.yml
1 parent 6fd592c commit 01359c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-compose-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
working-directory: /var/www/app
5252

5353
- name: Install Laravel Reverb
54-
run: sudo script -e -c "php artisan install:broadcasting --reverb --force"
54+
run: sudo script -e -c "php artisan install:broadcasting --reverb --no-interaction --force"
5555
working-directory: /var/www/app
5656

5757
- name: Copy required content

0 commit comments

Comments
 (0)