We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a3194f commit 368c9c8Copy full SHA for 368c9c8
.github/workflows/laravel_dusk_connect-cms-test.yml
@@ -141,11 +141,12 @@ jobs:
141
# https://github.com/browser-actions/setup-chrome (community)
142
- name: Downgrade Chrome browser to v126
143
uses: browser-actions/setup-chrome@v1
144
+ id: setup-chrome
145
with:
146
chrome-version: 126
147
148
- name: Chrome bin-path Override
- run: sudo ln -nfs `which chrome` /usr/bin/google-chrome
149
+ run: sudo ln -nfs `which chrome` ${{ steps.setup-chrome.outputs.chrome-path }}
150
151
- name: Downgrade Chrome driver to v126
152
run: php artisan dusk:chrome-driver 126
0 commit comments