Skip to content

Commit 856f219

Browse files
committed
[DEV-1727] Disable Chrome version
1 parent 322077e commit 856f219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
CYPRESS_BASE_URL: http://127.0.0.1:4000
3131
# When Chrome version is specified, we pin to a specific version of Chrome
3232
# Comment this out to use the latest release
33-
CHROME_VERSION: "116.0.5845.187-1"
33+
#CHROME_VERSION: "116.0.5845.187-1"
3434
# Bump Node heap size (OOM in CI after upgrading to Angular 15)
3535
NODE_OPTIONS: '--max-old-space-size=4096'
3636
# Project name to use when running "docker compose" prior to e2e tests

0 commit comments

Comments
 (0)