Skip to content

Commit 9f35f2b

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

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
@@ -40,3 +40,6 @@ jobs:
4040

4141
- name: Apply DB migrations
4242
run: npx prisma migrate up -c --experimental
43+
44+
- name: Run e2e tests
45+
run: npm run test:e2e

0 commit comments

Comments
 (0)