We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bc6089 commit 2672644Copy full SHA for 2672644
.github/workflows/test-changed-auth.yml
@@ -14,6 +14,8 @@ jobs:
14
steps:
15
# install Chrome first, so the correct version of webdriver can be installed by chromedriver when setting up the repo
16
- 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).
19
run: |
20
sudo apt-get update
21
sudo apt-get install wget
0 commit comments