Skip to content

Commit bd24124

Browse files
author
James N.
committed
Fix: make integration test failures block the pipeline
Removed continue-on-error: true from the pytest step so test failures actually fail the workflow. Previously, 5/7 tests could fail and the pipeline would still report success and proceed to auto-merge.
1 parent cc79a16 commit bd24124

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/integration-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ jobs:
6464
run: |
6565
cd tests
6666
pytest -v -m "integration" --tb=short
67-
continue-on-error: true # Report results but don't fail the workflow
6867
env:
6968
BACKEND_API_ENDPOINT: ${{ inputs.backend_endpoint }}
7069
MCP_ENDPOINT: ${{ inputs.mcp_endpoint }}

0 commit comments

Comments
 (0)