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 3100f50 commit ea886aeCopy full SHA for ea886ae
.github/workflows/build-2.x.yml
@@ -110,11 +110,7 @@ jobs:
110
- name: Start chromedriver
111
if: matrix.test-suite == 'functional-javascript'
112
run: |-
113
- CHROMEDRIVER_URL=$(curl -s "https://googlechromelabs.github.io/chrome-for-testing/last-known-good-versions-with-downloads.json"| jq -r '.channels.Stable.downloads.chromedriver[]| select(.platform == "linux64") | .url')
114
- curl -s -o ./chromedriver_linux64.zip $CHROMEDRIVER_URL
115
- unzip chromedriver_linux64.zip
116
- cd chromedriver-linux64
117
- ./chromedriver \
+ /usr/local/share/chromedriver-linux64 \
118
--log-path=/tmp/chromedriver.log \
119
--verbose \
120
--allowed-ips= \
0 commit comments