Remove and cleanup storybook testing

This commit is contained in:
adilallo
2026-01-28 14:14:40 -07:00
parent 7ea724a8d9
commit 6de3a07811
8 changed files with 14 additions and 47 deletions
+2 -4
View File
@@ -486,10 +486,8 @@ jobs:
with: { node-version: 20 }
- run: npm ci
- run: npm run storybook:build:github
# Temporarily disabled - test-runner needs updates for Storybook 10.x compatibility
# Will be re-enabled once test-runner compatibility issues are resolved
# - run: npm run test:sb
# env: { CI: true }
# Storybook is used for component documentation only.
# Component tests (tests/components/*.test.tsx) provide all test coverage.
lint:
runs-on: [self-hosted, macos-latest]