fix(ci): Increase memory allocation for plugin tests (#4898)

This commit is contained in:
Oli Juhl
2023-08-29 11:58:17 +02:00
committed by GitHub
parent d9c5e165cd
commit 4897040c92

View File

@@ -238,6 +238,7 @@ jobs:
run: yarn test:integration:plugins
env:
DB_PASSWORD: postgres
NODE_OPTIONS: "--max_old_space_size=4096"
integration-tests-repositories:
needs: setup