chore: re-adds int

This commit is contained in:
James
2024-04-01 17:08:50 -04:00
parent bb8a57d2e9
commit cdfc58d115

View File

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