Skip to content

Commit

Permalink
Switch to latest chromedriver version
Browse files Browse the repository at this point in the history
  • Loading branch information
codingjoe committed Mar 6, 2021
1 parent bc6282f commit 44b2273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Install Selenium
run: |
mkdir bin
curl -O https://chromedriver.storage.googleapis.com/77.0.3865.40/chromedriver_linux64.zip
curl -O https://chromedriver.storage.googleapis.com/`curl -s https://chromedriver.storage.googleapis.com/LATEST_RELEASE`/chromedriver_linux64.zip
unzip chromedriver_linux64.zip -d bin
- uses: actions/checkout@v1
- name: Install dependencies
Expand Down

0 comments on commit 44b2273

Please sign in to comment.