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 9ddb414 commit 9f35f2bCopy full SHA for 9f35f2b
.github/workflows/workflow.yml
@@ -40,3 +40,6 @@ jobs:
40
41
- name: Apply DB migrations
42
run: npx prisma migrate up -c --experimental
43
+
44
+ - name: Run e2e tests
45
+ run: npm run test:e2e
0 commit comments