diff --git a/core/api/Makefile b/core/api/Makefile index 01914e25c1..883b9b9f29 100644 --- a/core/api/Makefile +++ b/core/api/Makefile @@ -102,6 +102,7 @@ bats-in-ci: integration-in-ci: pnpm install --frozen-lockfile && \ + . ../../.env && \ SVIX_ENDPOINT= \ SVIX_SECRET= \ NODE_OPTIONS="--max-old-space-size=6144" \