We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7ada46 commit bc91b48Copy full SHA for bc91b48
.github/workflows/unit-tests.yml
@@ -32,6 +32,13 @@ jobs:
32
33
- name: 🧪 Run Webapp Unit Tests
34
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
+
42
43
- name: 🧪 Run Internal Unit Tests
44
run: pnpm run test --filter "@internal/*"
0 commit comments