Skip to content

Commit

Permalink
chromedriver is already installed
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Apr 23, 2024
1 parent 3100f50 commit 466ecb0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build-2.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,7 @@ jobs:
- name: Start chromedriver
if: matrix.test-suite == 'functional-javascript'
run: |-
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')
curl -s -o ./chromedriver_linux64.zip $CHROMEDRIVER_URL
unzip chromedriver_linux64.zip
cd chromedriver-linux64
./chromedriver \
/usr/local/share/chromedriver-linux64 \
--log-path=/tmp/chromedriver.log \
--verbose \
--allowed-ips= \
Expand Down

0 comments on commit 466ecb0

Please sign in to comment.