From 0d0a16750a179e162382c0b00cd0805e9b36f10d Mon Sep 17 00:00:00 2001 From: kylesmith090502 Date: Sun, 7 Apr 2024 13:30:13 -0400 Subject: [PATCH] fix(CI): Add env variable to AuthJS example on build. --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3742aa54..76e36418 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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)"