Skip to content

Commit 41827fb

Browse files
chore(ci): increase gha memory for build and test
Ticket: WP-4593
1 parent 6c13c56 commit 41827fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,9 @@ jobs:
6969
- name: Test
7070
run: yarn test
7171
env:
72+
NODE_OPTIONS: "--max-old-space-size=4096"
7273
MASTER_BITGO_EXPRESS_KEYPATH: ./test-ssl-key.pem
7374
MASTER_BITGO_EXPRESS_CRTPATH: ./test-ssl-cert.pem
7475
MTLS_ENABLED: true
7576
MTLS_REQUEST_CERT: true
76-
MTLS_REJECT_UNAUTHORIZED: false
77+
MTLS_REJECT_UNAUTHORIZED: false

0 commit comments

Comments
 (0)