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 7494c5e commit cff9d16Copy full SHA for cff9d16
.github/workflows/laravel_dusk_connect-cms-test.yml
@@ -163,6 +163,9 @@ jobs:
163
# # run: sudo ln -nfs ${{ steps.setup-chrome.outputs.chromedriver-path }} ./vendor/laravel/dusk/bin/chromedriver-linux
164
# run: sudo ln -nfs ./vendor/laravel/dusk/bin/chromedriver-linux64/chromedriver ./vendor/laravel/dusk/bin/chromedriver-linux
165
166
+ - name: Chrome Driver Permission Denied 対応
167
+ run: sudo chmod=+x ./vendor/laravel/dusk/bin/chromedriver-linux64/chromedriver
168
+
169
- name: Start Chrome Driver
170
# run: ./vendor/laravel/dusk/bin/chromedriver-linux --port=9515 &
171
run: ./vendor/laravel/dusk/bin/chromedriver-linux64/chromedriver --port=9515 &
0 commit comments