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 b5c34a6 commit 04ff3e8Copy full SHA for 04ff3e8
.github/workflows/test-all.yml
@@ -17,7 +17,7 @@ jobs:
17
# install Chrome first, so the correct version of webdriver can be installed by chromedriver when setting up the repo
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
- # We will retry to use the latest, once version 112 becomes stable.
+ # Temporary: Auth team will explore what's going wrong with the auth tests.
21
run: |
22
sudo apt-get update
23
sudo apt-get install wget
0 commit comments