File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 19
19
- name : install Chrome stable
20
20
# Pin Chrome version 114.0.5735.90-1 to avoid install failures like "No such object: chromedriver/LATEST_RELEASE_115.0.5790".
21
21
# The failure happens because https://chromedriver.chromium.org/downloads only goes up to version 114.
22
+ # TODO(b/297380444) Update script to install the latest Chrome and ChromeDriver.
22
23
run : |
23
24
sudo apt-get update
24
25
sudo apt-get install wget
@@ -104,6 +105,7 @@ jobs:
104
105
- name : install Chrome stable
105
106
# Pin Chrome version 114.0.5735.90-1 to avoid install failures like "No such object: chromedriver/LATEST_RELEASE_115.0.5790".
106
107
# The failure happens because https://chromedriver.chromium.org/downloads only goes up to version 114.
108
+ # TODO(b/297380444) Update script to install the latest Chrome and ChromeDriver.
107
109
run : |
108
110
sudo apt-get update
109
111
sudo apt-get install wget
Original file line number Diff line number Diff line change 16
16
- name : install Chrome stable
17
17
# Pin Chrome version 114.0.5735.90-1 to avoid install failures like "No such object: chromedriver/LATEST_RELEASE_115.0.5790".
18
18
# The failure happens because https://chromedriver.chromium.org/downloads only goes up to version 114.
19
+ # TODO(b/297380444) Update script to install the latest Chrome and ChromeDriver.
19
20
run : |
20
21
sudo apt-get update
21
22
sudo apt-get install wget
50
51
51
52
# Pin Chrome version 114.0.5735.90-1 to avoid install failures like "No such object: chromedriver/LATEST_RELEASE_115.0.5790".
52
53
# The failure happens because https://chromedriver.chromium.org/downloads only goes up to version 114.
54
+ # TODO(b/297380444) Update script to install the latest Chrome and ChromeDriver.
53
55
steps :
54
56
- name : install Firefox stable
55
57
run : |
You can’t perform that action at this time.
0 commit comments