fix(ci): add seed:exams to e2e playwright (#51842)

This commit is contained in:
Dmitry Drepin
2023-10-11 21:19:03 +02:00
committed by GitHub
parent b31c57776b
commit e6196d1b01
+3 -1
View File
@@ -129,7 +129,9 @@ jobs:
pnpm run build:server
- name: Seed Database with Certified User
run: pnpm run seed:certified-user
run: |
pnpm run seed:certified-user
pnpm run seed:exams
# start-ci uses pm2, so it needs to be installed globally
- name: Install pm2