Skip to content

Commit

Permalink
Revert "Install latest chrome version for "Test Auth on Chrome and No…
Browse files Browse the repository at this point in the history
…de If Changed" test" (#7207)

* Pin chrome stable version 112

* Try with unstable version 112

* Pin Chrome version 110.0.5481.177-1

* remove a dummy change
  • Loading branch information
NhienLam authored Apr 7, 2023
1 parent 2649098 commit fb6df83
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test-changed-auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,13 @@ jobs:
steps:
# install Chrome first, so the correct version of webdriver can be installed by chromedriver when setting up the repo
- name: install Chrome stable
# Install Chrome version 110.0.5481.177-1 as test starts to fail on version 111.
# We will retry to use the latest, once version 112 becomes stable.
run: |
sudo apt-get update
sudo apt-get install google-chrome-stable
sudo apt-get install wget
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
sudo apt-get install -f ./google-chrome-stable_110.0.5481.177-1_amd64.deb --allow-downgrades
- name: Checkout Repo
uses: actions/checkout@master
with:
Expand Down

0 comments on commit fb6df83

Please sign in to comment.