Skip to content

Commit 9206f0e

Browse files
committed
Seed DB step added
1 parent d155dbc commit 9206f0e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/workflow.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343

4444
- name: Apply DB migrations
4545
run: npx prisma migrate up -c --experimental
46+
47+
- name: Seed DB data
48+
run: npx ts-node ./prisma/seed.ts
4649

4750
- name: Run e2e tests
4851
run: npm run test:e2e

0 commit comments

Comments
 (0)