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 bc6282f commit 44b2273Copy full SHA for 44b2273
.github/workflows/ci.yml
@@ -59,7 +59,7 @@ jobs:
59
- name: Install Selenium
60
run: |
61
mkdir bin
62
- 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
63
unzip chromedriver_linux64.zip -d bin
64
- uses: actions/checkout@v1
65
- name: Install dependencies
0 commit comments