From 08160bfc979cc12c33e61c638e7c19525bd9fe80 Mon Sep 17 00:00:00 2001 From: kylesmith090502 Date: Sat, 6 Apr 2024 10:42:55 -0400 Subject: [PATCH] fix: Reverted CI changes. --- .github/workflows/ci.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3f7ae198..3742aa54 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -71,11 +71,6 @@ jobs: # Check building - run: pnpm build - # start prod-app and curl from it - - run: "timeout 60 pnpm start & (sleep 45 && curl --fail localhost:$PORT)" - env: - AUTH_ORIGIN: "http://localhost:3001" - PORT: 3001 - name: Run Playwright tests using Vitest run: pnpm test:e2e @@ -138,5 +133,5 @@ jobs: # start prod-app and curl from it - run: "timeout 60 pnpm start & (sleep 45 && curl --fail localhost:$PORT)" env: - AUTH_ORIGIN: "http://localhost:3000" - PORT: 3000 + AUTH_ORIGIN: "http://localhost:3001" + PORT: 3001