Skip to content

Commit d945e3a

Browse files
authored
Update docker-compose-test.yml
1 parent 36f8740 commit d945e3a

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
@@ -47,7 +47,7 @@ jobs:
4747
working-directory: /var/www
4848

4949
- name: Install Laravel Octane
50-
run: sudo composer require --no-interaction laravel/octane laravel/horizon && sudo script -e -c "php artisan install:broadcasting --no-interaction --force"
50+
run: sudo script -e -c "composer require --no-interaction laravel/octane laravel/horizon" && sudo script -e -c "php artisan install:broadcasting --no-interaction --force"
5151
working-directory: /var/www/app
5252

5353
- name: Copy required content

0 commit comments

Comments
 (0)