You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: simplify ci.yml to clear workflow startup error (#41)
Drop the test-integration job entirely (no integration tests exist yet; will
be re-added with #17+ once a real integration suite ships). Drop the per-step
shell/continue-on-error overrides on the run blocks (defaults are correct).
Drop the job-level defaults: run: working-directory: frontend on
frontend-quality and inline `cd frontend &&` on each step (matches the
frontend-build job style; simpler shape that is known-good).
Add `-o addopts=` to the pytest unit-tests invocation so pyproject's `addopts`
do not pull in coverage by default in this fast-feedback job (the coverage
job is the one that enforces the gate).
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments