Skip to content

Commit

Permalink
fix: fix auth origin variable in CI authjs test
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenix-ru committed Nov 21, 2024
1 parent ca48a11 commit de5ca1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,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:3001"
AUTH_ORIGIN: "http://localhost:3001/api/auth"
PORT: 3001

0 comments on commit de5ca1f

Please sign in to comment.