chore(testing): pause test execution and prep deterministic e2e admin seed

This commit is contained in:
2026-02-12 22:28:37 +01:00
parent be6969c30f
commit d016650463
8 changed files with 119 additions and 42 deletions

View File

@@ -55,7 +55,7 @@ jobs:
run: bun run commitlint
quality:
name: Lint Typecheck Unit E2E
name: Lint Typecheck (Testing Paused)
needs: governance
runs-on: node22-bun
services:
@@ -90,9 +90,6 @@ jobs:
echo "NEXT_PUBLIC_APP_VERSION=$version" >> "$GITHUB_ENV"
echo "NEXT_PUBLIC_GIT_SHA=${GITHUB_SHA}" >> "$GITHUB_ENV"
- name: Install Playwright browser deps
run: bunx playwright install --with-deps chromium
- name: Lint and format checks
run: bun run check
@@ -101,9 +98,3 @@ jobs:
- name: Typecheck
run: bun run typecheck
- name: Unit and integration tests
run: bun run test
- name: E2E tests
run: bun run test:e2e