From 8948555ac11fc246f5465b11bf678a25e3318c77 Mon Sep 17 00:00:00 2001 From: Elliot DeNolf Date: Thu, 28 Mar 2024 15:34:09 -0400 Subject: [PATCH] ci: re-enable fields int suite (#5525) --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a250aade23..fa26b1341d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -202,7 +202,7 @@ jobs: if: matrix.database == 'supabase' - name: Integration Tests - run: pnpm test:int --testPathIgnorePatterns=test/fields # Ignore fields tests until reworked + run: pnpm test:int env: NODE_OPTIONS: --max-old-space-size=8096 PAYLOAD_DATABASE: ${{ matrix.database }}