Skip to content

Commit 852ded6

Browse files
authored
Install latest chrome version for "Test Auth on Chrome and Node If Changed" test (#7197)
1 parent 4df0099 commit 852ded6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/test-changed-auth.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,9 @@ jobs:
1414
steps:
1515
# install Chrome first, so the correct version of webdriver can be installed by chromedriver when setting up the repo
1616
- name: install Chrome stable
17-
# Install Chrome version 110.0.5481.177-1 as test starts to fail on version 111.0.5563.64-1.
18-
# We will retry to use the latest, once Chrome releases stable version 112 (April 4 ETA).
1917
run: |
2018
sudo apt-get update
21-
sudo apt-get install wget
22-
sudo wget http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_110.0.5481.177-1_amd64.deb
23-
sudo apt-get install -f ./google-chrome-stable_110.0.5481.177-1_amd64.deb --allow-downgrades
19+
sudo apt-get install google-chrome-stable
2420
- name: Checkout Repo
2521
uses: actions/checkout@master
2622
with:

0 commit comments

Comments
 (0)