diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5805d2ce41..6416cb7deb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -197,7 +197,7 @@ jobs: if: matrix.database == 'supabase' - name: Integration Tests - run: pnpm test:int + run: pnpm test:int --testPathIgnorePatterns=test/fields # Ignore fields tests until reworked env: NODE_OPTIONS: --max-old-space-size=8096 PAYLOAD_DATABASE: ${{ matrix.database }}