chore(testing): pause test execution and prep deterministic e2e admin seed
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user