Skip to content

Commit 9fc7c4f

Browse files
sij411claude
andcommitted
Align strict-mode connectivity check with non-strict lane
Add mastodon-web-backend health check alongside the existing mastodon-sidekiq check, and make curl failures fail the step immediately instead of silently continuing. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 49a296b commit 9fc7c4f

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/smoke-mastodon-strict.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,15 @@ jobs:
7878

7979
- name: Verify connectivity
8080
run: |
81+
echo "=== Harness health (from mastodon-web-backend, via Caddy TLS) ==="
82+
$COMPOSE exec -T mastodon-web-backend \
83+
curl -sf https://fedify-harness/_test/health
84+
echo " OK"
85+
8186
echo "=== Harness health (from mastodon-sidekiq, via Caddy TLS) ==="
8287
$COMPOSE exec -T mastodon-sidekiq \
83-
curl -sf https://fedify-harness/_test/health && echo " OK" || echo " FAIL"
88+
curl -sf https://fedify-harness/_test/health
89+
echo " OK"
8490
8591
- name: Run smoke tests
8692
run: |

0 commit comments

Comments
 (0)