We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 322077e commit 856f219Copy full SHA for 856f219
.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
30
CYPRESS_BASE_URL: http://127.0.0.1:4000
31
# When Chrome version is specified, we pin to a specific version of Chrome
32
# Comment this out to use the latest release
33
- CHROME_VERSION: "116.0.5845.187-1"
+ #CHROME_VERSION: "116.0.5845.187-1"
34
# Bump Node heap size (OOM in CI after upgrading to Angular 15)
35
NODE_OPTIONS: '--max-old-space-size=4096'
36
# Project name to use when running "docker compose" prior to e2e tests
0 commit comments