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
entry: sh -c 'if grep -r "@pytest\.mark\.skip[^_]" --include="test_*.py" tests/ 2>/dev/null | grep -v skip_ci; then echo "❌ Found @pytest.mark.skip decorators! Tests must not be skipped."; exit 1; fi'
language: system
pass_filenames: false
always_run: true
# Ensure smoke tests pass
- id: smoke-tests
name: Run smoke tests (critical paths)
entry: uv run pytest tests/smoke/ -v --tb=short -m smoke
language: system
pass_filenames: false
stages: [manual]
# Schema compliance runs in CI only (requires uv + full test environment)
# See .github/workflows/ci.yml for schema compliance validation