ci: run web auth and settings e2e in web pipeline
Co-authored-by: Velik <hongochai10@users.noreply.github.com>
This commit is contained in:
6
.github/workflows/ci-web.yml
vendored
6
.github/workflows/ci-web.yml
vendored
@@ -47,6 +47,12 @@ jobs:
|
||||
|
||||
- name: Test Web Client
|
||||
run: pnpm --filter @goodgo/web-client test
|
||||
|
||||
- name: Install Playwright Chromium
|
||||
run: pnpm --filter @goodgo/web-client exec playwright install --with-deps chromium
|
||||
|
||||
- name: Run Web Client E2E (Auth + Settings)
|
||||
run: pnpm --filter @goodgo/web-client exec playwright test e2e/auth.spec.ts e2e/settings.spec.ts --project=chromium
|
||||
|
||||
- name: Build Web Client
|
||||
run: pnpm --filter @goodgo/web-client build
|
||||
|
||||
Reference in New Issue
Block a user