From cdfc58d11552bd51f037ef4a31a5fb915d945e46 Mon Sep 17 00:00:00 2001 From: James Date: Mon, 1 Apr 2024 17:08:50 -0400 Subject: [PATCH] chore: re-adds int --- .github/workflows/main.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cae6506133..59157d4b65 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