Skip to content

Commit

Permalink
Merge pull request #37 from tntim96/chromedriver-125
Browse files Browse the repository at this point in the history
Upgrade chromedriver 116.0.5845.96 to 125.0.6422.141
  • Loading branch information
tntim96 authored Jun 1, 2024
2 parents d19a6a8 + cb597f9 commit 4ab81e7
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://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/116.0.5845.96/linux64/chromedriver-linux64.zip -O $PWD/github-bin/chromedriver_linux64.zip
wget https://storage.googleapis.com/chrome-for-testing-public/125.0.6422.141/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 4ab81e7

Please sign in to comment.