Skip to content

Commit 0ab5559

Browse files
talissoncostaclaude
andcommitted
ci: Drop /health from smoke test (moved behind VPN)
/health, /admin, /metrics and /sales-dashboard are now only reachable via internal.flagsmith.com (VPN). Public preview URLs return 404 for these paths. Keep /config/project-overrides (Express server-side route, proves the server is running) and / (proves static files are deployed). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 06cd573 commit 0ab5559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/frontend-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
fi
8585
8686
# Smoke test the deployment
87-
for ENDPOINT in "/health" "/config/project-overrides" "/"; do
87+
for ENDPOINT in "/config/project-overrides" "/"; do
8888
echo "🔍 Testing $URL$ENDPOINT ..."
8989
STATUS=$(curl -s -o /dev/null -w '%{http_code}' --max-time 30 "$URL$ENDPOINT")
9090
if [ "$STATUS" != "200" ]; then

0 commit comments

Comments
 (0)