Skip to content

Commit b69266f

Browse files
committed
TEMP: failing test to confirm all-green gates the matrix
Reverts the fault injection and adds a test that always fails; all-green must go red on this commit. Will be dropped from this branch. No-Verification-Needed: temporary validation scaffolding, dropped before merge
1 parent 8f8c0e2 commit b69266f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/shared.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ jobs:
8282
with:
8383
enable-cache: true
8484
version: 0.9.5
85-
manifest-file: https://example.invalid/uv.ndjson
8685

8786
- name: Install uv (retry)
8887
if: steps.setup-uv.outcome == 'failure'

tests/test_tempgate.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
def test_ci_gate_validation() -> None:
2+
raise AssertionError("temporary: proving all-green gates the matrix")

0 commit comments

Comments
 (0)