Skip to content

Commit

Permalink
fix(CI): Add env variable to AuthJS example on build.
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleSmith0905 committed Apr 7, 2024
1 parent 08160bf commit 0d0a167
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ jobs:

# Check building
- run: pnpm build
env:
PORT: 3001

# start prod-app and curl from it
- run: "timeout 60 pnpm start & (sleep 45 && curl --fail localhost:$PORT)"
Expand Down

0 comments on commit 0d0a167

Please sign in to comment.