Skip to content

Commit 72bcf30

Browse files
refactor: increase Node.js memory limit for E2E tests
1 parent 908ddc6 commit 72bcf30

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ios.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,6 @@ jobs:
8484
# Run tests
8585
- name: Run Harness E2E tests
8686
working-directory: example
87-
run: yarn harness:ios
87+
run: |
88+
export NODE_OPTIONS="--max-old-space-size=6144"
89+
yarn harness:ios

0 commit comments

Comments
 (0)