Disable Storybook tests
CI Pipeline / test (20) (pull_request) Successful in 3m54s
CI Pipeline / test (18) (pull_request) Successful in 4m41s
CI Pipeline / e2e (firefox) (pull_request) Successful in 4m6s
CI Pipeline / e2e (webkit) (pull_request) Successful in 5m9s
CI Pipeline / e2e (chromium) (pull_request) Successful in 13m7s
CI Pipeline / visual-regression (pull_request) Successful in 6m41s
CI Pipeline / storybook (pull_request) Successful in 2m23s
CI Pipeline / performance (pull_request) Successful in 9m21s
CI Pipeline / build (pull_request) Successful in 2m2s

This commit is contained in:
adilallo
2026-01-26 09:59:11 -07:00
parent 22d869afa2
commit d7bc40acd5
+4 -2
View File
@@ -486,8 +486,10 @@ jobs:
with: { node-version: 20 }
- run: npm ci
- run: npm run storybook:build:github
- run: npm run test:sb
env: { CI: true }
# 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 }
# Temporarily disabled - 523 pre-existing ESLint issues will be addressed in separate ticket
# lint: