Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci: fix pg_isready health-cmd, add CUEAPI_STAGING_API_KEY env var
  • Loading branch information
govindkavaturi-art committed Apr 4, 2026
commit 96f3870c7ae99c5f7cd82848112eacf34eb2892f
6 changes: 4 additions & 2 deletions .github/workflows/feature-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
ports:
- 5432:5432
options: >-
--health-cmd pg_isready
--health-cmd "pg_isready -U runner -d cueapi_test"
--health-interval 2s
--health-timeout 3s
--health-retries 10
--health-retries 15

redis:
image: redis:7-alpine
Expand Down Expand Up @@ -60,6 +60,8 @@ jobs:
SESSION_SECRET: test-session-secret-32-chars-minimum!!
ENV: test
RESEND_API_KEY: ""
CUEAPI_STAGING_URL: https://api-staging-e962.up.railway.app
CUEAPI_STAGING_API_KEY: ${{ secrets.ARGUS_CUEAPI_KEY }}
run: pytest tests/ -v --tb=short

auto-merge:
Expand Down
Loading