Skip to content

Commit

Permalink
Upgrade chromedriver 112.0.5615.49 to 116.0.5845.96
Browse files Browse the repository at this point in the history
  • Loading branch information
tntim96 committed Sep 7, 2023
1 parent f683b9f commit 44ed9cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Chromedriver
run: |
mkdir github-bin
wget https://chromedriver.storage.googleapis.com/112.0.5615.49/chromedriver_linux64.zip -O $PWD/github-bin/chromedriver_linux64.zip
wget https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/116.0.5845.96/linux64/chromedriver-linux64.zip -O $PWD/github-bin/chromedriver_linux64.zip
unzip $PWD/github-bin/chromedriver_linux64.zip -d $PWD/github-bin
export PATH=$PWD/github-bin:$PATH
- name: Test and generate coverage with Maven
Expand Down

0 comments on commit 44ed9cb

Please sign in to comment.