mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat(e2e): playwright - add global login setup and teardown, show certificate tests (#51368)
This commit is contained in:
@@ -131,6 +131,9 @@ jobs:
|
||||
- name: Seed Database
|
||||
run: pnpm run seed
|
||||
|
||||
- name: Seed Database with Certified User
|
||||
run: pnpm run seed:certified-user
|
||||
|
||||
# start-ci uses pm2, so it needs to be installed globally
|
||||
- name: Install pm2
|
||||
run: npm i -g pm2
|
||||
|
||||
Reference in New Issue
Block a user