ci: increase v8 memory allocation

This commit is contained in:
Elliot DeNolf
2023-11-07 21:06:18 -05:00
parent 64136a6b17
commit 3ca71c4def

View File

@@ -131,6 +131,7 @@ jobs:
- name: Integration Tests
run: pnpm test:int
env:
NODE_OPTIONS: --max-old-space-size=8096
PAYLOAD_DATABASE: ${{ matrix.database }}
POSTGRES_URL: ${{ env.POSTGRES_URL }}