Update instructions - epilog (Code review, remediation now complete)
Quality Gate / gate (push) Successful in 2m35s

This commit is contained in:
Jim Lancaster
2026-09-02 16:48:00 -05:00
parent 321c454a4f
commit eeb1888aa3
4 changed files with 139 additions and 1 deletions
+5
View File
@@ -42,4 +42,9 @@ jobs:
run: uv run pre-commit run --all-files --show-diff-on-failure
- name: Tests
# Deliberately unfiltered, unlike the "-m 'not external'" form the guidance files
# use for local runs. Tests marked "external" skip themselves when live-service
# credentials are absent, so CI gets the same effective set plus a real run of any
# external test whose credentials are configured. Not drift -- do not "fix" this to
# match the local command without also giving those tests a way to run.
run: uv run pytest