Skip to content

Commit 1044827

Browse files
committed
fix: add max memory in github action for validation
1 parent 133493d commit 1044827

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/validate/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ runs:
5454
- name: Run validation
5555
shell: bash
5656
run: |
57+
export NODE_OPTIONS="--max_old_space_size=4096"
5758
cd oso/ops/external-prs && pnpm tools ossd validate-pr --duckdb-memory-limit 4GB ${{ inputs.pr }} ${{ inputs.sha }} ../../../main ../../../pr
5859
env:
5960
PR_TOOLS_REPO: ${{ github.repository }}

0 commit comments

Comments
 (0)