Skip to content

Commit

Permalink
feat: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
shahargl committed Nov 16, 2024
1 parent d1aed37 commit 06a0164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-haproxy-ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:
}
echo "🌐 Testing frontend endpoint..."
test_endpoint "http://$INGRESS_IP/" 200 || exit 1
test_endpoint "http://$INGRESS_IP/" 307 || exit 1
echo "🔌 Testing backend endpoint..."
test_endpoint "http://$INGRESS_IP/v2/docs/" 200 || exit 1
Expand Down

0 comments on commit 06a0164

Please sign in to comment.