File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1616 steps :
1717 # install Chrome first, so the correct version of webdriver can be installed by chromedriver when setting up the repo
1818 - 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.
1921 run : |
2022 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
2226 - uses : actions/checkout@v3
2327 - name : Set up Node (16)
2428 uses : actions/setup-node@v3
Original file line number Diff line number Diff line change 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
1717 # 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 .
1919 run : |
2020 sudo apt-get update
2121 sudo apt-get install wget
You can’t perform that action at this time.
0 commit comments