Skip to content

Commit df6cddb

Browse files
committed
A
1 parent b900921 commit df6cddb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,6 @@ jobs:
2828
cache: 'npm'
2929
- run: npm ci
3030
- run: npm run prisma:generate
31+
env:
32+
DATABASE_URL: "postgresql://user:pass@localhost:5432/db"
3133
- run: npm run build --if-present

0 commit comments

Comments
 (0)