We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 133493d commit 1044827Copy full SHA for 1044827
.github/workflows/validate/action.yml
@@ -54,6 +54,7 @@ runs:
54
- name: Run validation
55
shell: bash
56
run: |
57
+ export NODE_OPTIONS="--max_old_space_size=4096"
58
cd oso/ops/external-prs && pnpm tools ossd validate-pr --duckdb-memory-limit 4GB ${{ inputs.pr }} ${{ inputs.sha }} ../../../main ../../../pr
59
env:
60
PR_TOOLS_REPO: ${{ github.repository }}
0 commit comments