Skip to content

Commit 9ddb414

Browse files
authored
Update workflow.yml
1 parent 21225a1 commit 9ddb414

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,15 @@ jobs:
2828
- name: Install npm dependencies
2929
run: npm ci
3030

31-
- name: Install npm dependencies
31+
- name: Unit tests
3232
run: npm run test
33-
33+
34+
- name: Setup PostgreSQL
35+
uses: Harmon758/[email protected]
36+
with:
37+
postgresql db: vrt_db_dev
38+
postgresql user: postgres
39+
postgresql password: postgres
40+
41+
- name: Apply DB migrations
42+
run: npx prisma migrate up -c --experimental

0 commit comments

Comments
 (0)