Skip to content

Commit 995aee6

Browse files
committed
Fix chromedriver issue?
1 parent 9fa0e9f commit 995aee6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ env:
2424
# The default behavior of chromedriver uses the older Chrome download URLs. We need to override
2525
# the beahvior to use the new URLs.
2626
CHROMEDRIVER_CDNURL: https://googlechromelabs.github.io/
27-
CHROMEDRIVER_CDNBINARIESURL: https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/
27+
CHROMEDRIVER_CDNBINARIESURL: https://storage.googleapis.com/chrome-for-testing-public/
2828
CHROME_VALIDATED_VERSION: linux-120.0.6099.71
2929
CHROME_VERSION_MISMATCH_MESSAGE: "The Chrome version doesn't match the previously validated version. Consider updating CHROME_VALIDATED_VERSION in the GitHub workflow if tests pass."
3030
artifactRetentionDays: 14

.github/workflows/test-changed-auth.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ env:
2222
# The default behavior of chromedriver uses the older Chrome download URLs. We need to override
2323
# the beahvior to use the new URLs.
2424
CHROMEDRIVER_CDNURL: https://googlechromelabs.github.io/
25-
CHROMEDRIVER_CDNBINARIESURL: https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/
25+
CHROMEDRIVER_CDNBINARIESURL: https://storage.googleapis.com/chrome-for-testing-public/
2626
CHROME_VALIDATED_VERSION: linux-120.0.6099.71
2727
# Bump Node memory limit
2828
NODE_OPTIONS: "--max_old_space_size=4096"

0 commit comments

Comments
 (0)