fix: provide dummy DATABASE_URL for CI build
This commit is contained in:
@@ -40,4 +40,6 @@ jobs:
|
||||
run: npm run test:unit
|
||||
|
||||
- name: Build
|
||||
env:
|
||||
DATABASE_URL: "postgresql://dummy:dummy@localhost:5432/dummy"
|
||||
run: npm run build
|
||||
|
||||
Reference in New Issue
Block a user