Skip to content

Commit 51c1032

Browse files
committed
Pin Chrome version 110.0.5481.177-1
1 parent c1b1648 commit 51c1032

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ 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 unstable version 112.0.5615.49 as test starts to fail on version 111.
18-
# We will unpin, once version 112 becomes stable.
17+
# Install Chrome version 110.0.5481.177-1 as test starts to fail on version 111.
18+
# We will retry to use the latest, once version 112 becomes stable.
1919
run: |
2020
sudo apt-get update
2121
sudo apt-get install wget
22-
sudo wget http://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-unstable_112.0.5615.49_amd64.deb
23-
sudo apt-get install -f ./google-chrome-unstable_112.0.5615.49_amd64.deb --allow-downgrades
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
2424
- name: Checkout Repo
2525
uses: actions/checkout@master
2626
with:

0 commit comments

Comments
 (0)