Bug fix to GitHub CI build. Set compose project name via env variable. Also add default name if unspecified

This commit is contained in:
Tim Donohue
2024-02-02 14:57:34 -06:00
parent 2c2f59c7ef
commit 9043f63cd2
2 changed files with 4 additions and 1 deletions

View File

@@ -33,6 +33,8 @@ jobs:
#CHROME_VERSION: "90.0.4430.212-1"
# Bump Node heap size (OOM in CI after upgrading to Angular 15)
NODE_OPTIONS: '--max-old-space-size=4096'
# Project name to use when running docker-compose prior to e2e tests
COMPOSE_PROJECT_NAME: 'ci'
strategy:
# Create a matrix of Node versions to test against (in parallel)
matrix: