Skip to content

Commit 368c9c8

Browse files
authored
Update laravel_dusk_connect-cms-test.yml - chrome driver
1 parent 1a3194f commit 368c9c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/laravel_dusk_connect-cms-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,12 @@ jobs:
141141
# https://github.com/browser-actions/setup-chrome (community)
142142
- name: Downgrade Chrome browser to v126
143143
uses: browser-actions/setup-chrome@v1
144+
id: setup-chrome
144145
with:
145146
chrome-version: 126
146147

147148
- name: Chrome bin-path Override
148-
run: sudo ln -nfs `which chrome` /usr/bin/google-chrome
149+
run: sudo ln -nfs `which chrome` ${{ steps.setup-chrome.outputs.chrome-path }}
149150

150151
- name: Downgrade Chrome driver to v126
151152
run: php artisan dusk:chrome-driver 126

0 commit comments

Comments
 (0)