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 b900921 commit df6cddbCopy full SHA for df6cddb
1 file changed
.github/workflows/node.js.yml
@@ -28,4 +28,6 @@ jobs:
28
cache: 'npm'
29
- run: npm ci
30
- run: npm run prisma:generate
31
+ env:
32
+ DATABASE_URL: "postgresql://user:pass@localhost:5432/db"
33
- run: npm run build --if-present
0 commit comments