Skip to content

Commit 3a6d6d5

Browse files
committed
ci: add dummy env vars for API test module loading
1 parent 64f04f8 commit 3a6d6d5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/deploy-api.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ jobs:
4949

5050
- name: Test API
5151
run: bun run --filter @sandchest/api test
52+
env:
53+
DATABASE_URL: mysql://test:test@localhost:3306/test
54+
BETTER_AUTH_SECRET: test-secret-for-ci-only-not-real
55+
RESEND_API_KEY: re_test_000000000000000000000000
5256

5357
migrate:
5458
name: Run Database Migrations

0 commit comments

Comments
 (0)