mirror of
https://github.com/openclaw/clawhub.git
synced 2026-08-14 00:47:57 +00:00
Stabilize local-auth e2e tests under CI/Testbox pressure by hardening publish scan enqueue recovery, bounded publish navigation, route/hydration helpers, and local-auth readiness probes.
34 lines
562 B
YAML
34 lines
562 B
YAML
profile: clawhub-check
|
|
provider: blacksmith-testbox
|
|
blacksmith:
|
|
org: openclaw
|
|
workflow: .github/workflows/ci-check-testbox.yml
|
|
job: check
|
|
ref: main
|
|
idleTimeout: 90m
|
|
debug: false
|
|
sync:
|
|
delete: true
|
|
checksum: false
|
|
gitSeed: true
|
|
fingerprint: true
|
|
baseRef: main
|
|
exclude:
|
|
- .artifacts
|
|
- .codex
|
|
- .DS_Store
|
|
- coverage
|
|
- dist
|
|
- dist-ssr
|
|
- node_modules
|
|
- .output
|
|
- playwright-report
|
|
- test-results
|
|
env:
|
|
allow:
|
|
- CI
|
|
- NODE_OPTIONS
|
|
- CLAWHUB_*
|
|
- VITE_CONVEX_URL
|
|
- VITE_CONVEX_SITE_URL
|