Skip to content

Commit 1b8828c

Browse files
vinisalazarclaude
andcommitted
ci: make integration tests blocking
Drop continue-on-error from the integration job so live-server test failures gate the PR instead of being silently ignored. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 60ce27c commit 1b8828c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,9 @@ jobs:
4646
path: htmlcov/
4747

4848
integration:
49-
# Tests that hit the live Bio-ORACLE ERDDAP server. Allowed to fail so a
50-
# server hiccup doesn't block CI.
49+
# Tests that hit the live Bio-ORACLE ERDDAP server. Blocking: a failure here
50+
# gates the PR.
5151
runs-on: ubuntu-latest
52-
continue-on-error: true
5352
steps:
5453
- uses: actions/checkout@v4
5554
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)