Skip to content

Commit

Permalink
fix: Reverted CI changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleSmith0905 committed Apr 6, 2024
1 parent 10f1307 commit 08160bf
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

0 comments on commit 08160bf

Please sign in to comment.