ci: ignore fields int tests for now

This commit is contained in:
Elliot DeNolf
2024-03-19 02:12:40 -04:00
parent 7d0bd49ae3
commit 0e571c3e35

View File

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