fix: skip OpenAPI generation in CI to speed up setup step

This commit is contained in:
Nathan Flurry 2026-01-27 21:01:15 -08:00
parent 6ab2909ac5
commit 05459a2a2f
3 changed files with 4 additions and 2 deletions

View file

@ -27,6 +27,8 @@ env:
CARGO_INCREMENTAL: 0
# Skip inspector frontend for CI (not needed for type checking)
SANDBOX_AGENT_SKIP_INSPECTOR: 1
# Skip OpenAPI generation in CI (use pre-committed docs/openapi.json)
SKIP_OPENAPI_GEN: 1
jobs:
setup: