File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 16
16
steps :
17
17
# install Chrome first, so the correct version of webdriver can be installed by chromedriver when setting up the repo
18
18
- name : install Chrome stable
19
+ # Install Chrome version 110.0.5481.177-1 as some Auth tests start to fail on version 111.
20
+ # Temporary: Auth team will explore what's going wrong with the auth tests.
19
21
run : |
20
22
sudo apt-get update
21
- sudo apt-get install google-chrome-stable
23
+ sudo apt-get install wget
24
+ 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
25
+ sudo apt-get install -f ./google-chrome-stable_110.0.5481.177-1_amd64.deb --allow-downgrades
22
26
- uses : actions/checkout@v3
23
27
- name : Set up Node (16)
24
28
uses : actions/setup-node@v3
Original file line number Diff line number Diff line change 15
15
# install Chrome first, so the correct version of webdriver can be installed by chromedriver when setting up the repo
16
16
- name : install Chrome stable
17
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 .
18
+ # Temporary: Auth team will explore what's going wrong with the auth tests .
19
19
run : |
20
20
sudo apt-get update
21
21
sudo apt-get install wget
You can’t perform that action at this time.
0 commit comments