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 1779900 commit 3600292Copy full SHA for 3600292
.github/workflows/CI.yml
@@ -32,7 +32,9 @@ jobs:
32
33
- run: bun install
34
35
- - run: DATABASE_URL=~/.docbase/data/db.sqlite cd packages/app && bun x prisma migrate reset && bun x prisma generate
+ - run: cd packages/app && bun x prisma migrate reset && bun x prisma generate
36
+ env:
37
+ DATABASE_URL: ~/.docbase/data/db.sqlite
38
39
- run: bun run build
40
env:
@@ -157,8 +159,10 @@ jobs:
157
159
158
160
161
-
162
163
164
165
+
166
167
168
# 登录到 Docker Hub
0 commit comments