mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(ci): add seed:exams to e2e playwright (#51842)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user