Skip to content

Commit c5fcedd

Browse files
ci(e2e): expand environment variables for end-to-end testing
- Added JWT_REFRESH_SECRET, GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET, REDIS_URL, AWS_REGION, and S3_BUCKET - Updated STRIPE_SECRET_KEY to use test key format for consistency in CI pipeline
1 parent 457ab3a commit c5fcedd

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,13 @@ jobs:
8181
SUPABASE_DATABASE_URL: postgresql://postgres:postgres@localhost:5432/fairshare?schema=public
8282
DIRECT_URL: postgresql://postgres:postgres@localhost:5432/fairshare?schema=public
8383
JWT_SECRET: supersecret
84-
STRIPE_SECRET_KEY: test_key
84+
JWT_REFRESH_SECRET: refreshsecret
85+
GOOGLE_CLIENT_ID: googleid
86+
GOOGLE_CLIENT_SECRET: googlesecret
87+
REDIS_URL: redis://localhost:6380
88+
AWS_REGION: ap-south-1
89+
S3_BUCKET: fairshare-test-bucket
90+
STRIPE_SECRET_KEY: sk_test_key
8591
NEXT_PUBLIC_APP_URL: http://localhost:3000
8692
run: pnpm run e2e
8793

0 commit comments

Comments
 (0)