Skip to content

Commit bc91b48

Browse files
committed
Setup env vars
1 parent c7ada46 commit bc91b48

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/unit-tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ jobs:
3232

3333
- name: 🧪 Run Webapp Unit Tests
3434
run: pnpm run test --filter webapp
35+
env:
36+
DATABASE_URL: postgresql://postgres:postgres@localhost:5432/postgres
37+
DIRECT_URL: postgresql://postgres:postgres@localhost:5432/postgres
38+
SESSION_SECRET: "secret"
39+
MAGIC_LINK_SECRET: "secret"
40+
ENCRYPTION_KEY: "secret"
41+
3542

3643
- name: 🧪 Run Internal Unit Tests
3744
run: pnpm run test --filter "@internal/*"

0 commit comments

Comments
 (0)