From 92ec0a5b1d142edf078b8545fc1ab3bf26af7d08 Mon Sep 17 00:00:00 2001 From: Alessio Gravili <70709113+AlessioGr@users.noreply.github.com> Date: Sun, 31 Mar 2024 22:41:52 -0400 Subject: [PATCH] chore: temporarily disable int tests, and field-error-states, live-preview, versions e2e's (#5578) --- .github/workflows/main.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 923f99feb5..8558666a3e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -201,12 +201,12 @@ jobs: echo "POSTGRES_URL=postgresql://postgres:postgres@127.0.0.1:54322/postgres" >> $GITHUB_ENV if: matrix.database == 'supabase' - - name: Integration Tests - run: pnpm test:int - env: - NODE_OPTIONS: --max-old-space-size=8096 - PAYLOAD_DATABASE: ${{ matrix.database }} - POSTGRES_URL: ${{ env.POSTGRES_URL }} + #- name: Integration Tests + # run: pnpm test:int + # env: + # NODE_OPTIONS: --max-old-space-size=8096 + # PAYLOAD_DATABASE: ${{ matrix.database }} + # POSTGRES_URL: ${{ env.POSTGRES_URL }} tests-e2e: runs-on: ubuntu-latest @@ -220,17 +220,17 @@ jobs: - access-control # - admin - auth - - field-error-states + # - field-error-states # - fields-relationship # - fields - fields/lexical - - live-preview + # - live-preview - localization # - plugin-nested-docs # - plugin-seo # - refresh-permissions # - uploads - - versions + # - versions steps: - name: Use Node.js 18