Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 87e504a1b5 | |||
| 802d2cef3f |
@@ -189,7 +189,7 @@ jobs:
|
|||||||
# ── Step 7: Smoke test (multi-endpoint) ───
|
# ── Step 7: Smoke test (multi-endpoint) ───
|
||||||
# Tests multiple endpoints to catch partial failures.
|
# Tests multiple endpoints to catch partial failures.
|
||||||
# Why: a single /dashboard check can miss backend-only outages;
|
# Why: a single /dashboard check can miss backend-only outages;
|
||||||
# testing /api/swagger confirms the API layer is healthy too.
|
# /health tests the API + database + runtime status.
|
||||||
- name: Verify (smoke test)
|
- name: Verify (smoke test)
|
||||||
run: |
|
run: |
|
||||||
echo "🔍 Smoke test..."
|
echo "🔍 Smoke test..."
|
||||||
@@ -212,7 +212,6 @@ jobs:
|
|||||||
|
|
||||||
check "/dashboard" "Dashboard" 200
|
check "/dashboard" "Dashboard" 200
|
||||||
check "/health" "Health API" 200
|
check "/health" "Health API" 200
|
||||||
check "/swagger" "API Swagger" 200
|
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
echo "Results: $PASS passed, $FAIL failed"
|
echo "Results: $PASS passed, $FAIL failed"
|
||||||
|
|||||||
Reference in New Issue
Block a user