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 c79d490 commit 0c637c5Copy full SHA for 0c637c5
.github/workflows/server.yml
@@ -4,15 +4,15 @@ on:
4
branches:
5
- main
6
- 'feature/**'
7
- paths:
8
- - 'server/**'
9
- - 'prisma/**'
+# paths:
+# - 'server/**'
+# - 'prisma/**'
10
pull_request:
11
12
13
14
15
16
17
18
jobs:
@@ -42,9 +42,13 @@ jobs:
42
run: npm ci
43
44
- name: Prisma generate
45
+ env:
46
+ DATABASE_URL: ${{ secrets.DATABASE_URL }}
47
run: npx prisma generate
48
49
- name: Prisma validate
50
51
52
run: npx prisma validate
53
54
- name: Build project
0 commit comments