Skip to content

Commit 603ef68

Browse files
committed
Fix CI workflows: Add required env vars (DATABASE_URL, ENCRYPTION_KEY, etc) for backend startup
1 parent 001d948 commit 603ef68

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/api-contracts.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ jobs:
8585
LINKEDIN_CLIENT_ID: test_client_id
8686
LINKEDIN_CLIENT_SECRET: test_client_secret
8787
GROQ_API_KEY: test_groq_key
88+
DATABASE_URL: sqlite+aiosqlite:///./test.db
89+
ENCRYPTION_KEY: Ag45Scx9q_Q6w3xF8Lz5j2p7n9v0k1m3b5v7c9x1z3m=
90+
CLERK_ISSUER: https://test-clerk.accounts.dev
8891

8992
# -----------------------------------------------------------------------
9093
# Step 7: Backup existing types (if committed)

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
LINKEDIN_CLIENT_ID: test_client_id
4646
LINKEDIN_CLIENT_SECRET: test_client_secret
4747
GROQ_API_KEY: test_groq_key
48+
DATABASE_URL: sqlite+aiosqlite:///./test.db
49+
ENCRYPTION_KEY: Ag45Scx9q_Q6w3xF8Lz5j2p7n9v0k1m3b5v7c9x1z3m=
50+
CLERK_ISSUER: https://test-clerk.accounts.dev
4851

4952
# ============================================
5053
# Frontend Tests (Next.js/React)

0 commit comments

Comments
 (0)