chore(ci): remove seed:exams from playwright workflow (#52441)

This commit is contained in:
Huyen Nguyen
2023-11-28 22:48:39 +07:00
committed by GitHub
parent 14f9dbf965
commit dd31048838
+1 -3
View File
@@ -129,9 +129,7 @@ jobs:
pnpm run build:server
- name: Seed Database with Certified User
run: |
pnpm run seed:certified-user
pnpm run seed:exams
run: pnpm run seed:certified-user
# start-ci uses pm2, so it needs to be installed globally
- name: Install pm2