ci: re-enable fields int suite (#5525)

This commit is contained in:
Elliot DeNolf
2024-03-28 15:34:09 -04:00
committed by GitHub
parent e28418d6d6
commit 8948555ac1

View File

@@ -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 }}