From 8fc8aaa6ddb5578bbd36a894e803543322f00948 Mon Sep 17 00:00:00 2001 From: James Date: Mon, 1 Apr 2024 17:14:43 -0400 Subject: [PATCH] yammil --- .github/workflows/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 59157d4b65..5907914179 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -202,11 +202,11 @@ jobs: 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 }} + 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