Skip to content

Commit 7b1f3c8

Browse files
authored
Update docker-compose-test.yml
1 parent d945e3a commit 7b1f3c8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,11 @@ jobs:
4747
working-directory: /var/www
4848

4949
- name: Install Laravel Octane
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"
50+
run: sudo script -e -c "composer require --no-interaction laravel/octane laravel/horizon"
51+
working-directory: /var/www/app
52+
53+
- name: Install Laravel Reverb
54+
run: sudo script -e -c "php artisan install:broadcasting --no-interaction --force"
5155
working-directory: /var/www/app
5256

5357
- name: Copy required content

0 commit comments

Comments
 (0)