From 2b398d39ac1c0d55b81dc976c2e97bce9ad563ed Mon Sep 17 00:00:00 2001 From: Matt Kilgore Date: Tue, 29 Oct 2024 20:20:58 -0400 Subject: [PATCH] chore: trying to fix postgresql testing --- .github/workflows/partial-frontend.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/partial-frontend.yaml b/.github/workflows/partial-frontend.yaml index 5ca81fb3..8af4e76e 100644 --- a/.github/workflows/partial-frontend.yaml +++ b/.github/workflows/partial-frontend.yaml @@ -123,6 +123,4 @@ jobs: working-directory: frontend - name: Run Integration Tests - env: - HBOX_DATABASE_PORT: ${{ job.services.postgres.ports[5432] }} run: task test:ci:postgresql \ No newline at end of file