Skip to content

Commit ea886ae

Browse files
committed
chromedriver is already installed
1 parent 3100f50 commit ea886ae

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/build-2.x.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,7 @@ jobs:
110110
- name: Start chromedriver
111111
if: matrix.test-suite == 'functional-javascript'
112112
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 \
113+
/usr/local/share/chromedriver-linux64 \
118114
--log-path=/tmp/chromedriver.log \
119115
--verbose \
120116
--allowed-ips= \

0 commit comments

Comments
 (0)