mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-23 00:54:26 +00:00
Remove apt install step
This commit is contained in:
8
.github/workflows/health_monitor.yaml
vendored
8
.github/workflows/health_monitor.yaml
vendored
@@ -38,12 +38,6 @@ jobs:
|
|||||||
echo "📋 Found $endpoint_count endpoints to monitor"
|
echo "📋 Found $endpoint_count endpoints to monitor"
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
- name: Install dependencies
|
|
||||||
run: |
|
|
||||||
# Install curl and jq for HTTP requests and JSON processing
|
|
||||||
sudo apt-get update
|
|
||||||
sudo apt-get install -y curl jq
|
|
||||||
|
|
||||||
- name: Monitor endpoints
|
- name: Monitor endpoints
|
||||||
run: |
|
run: |
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
@@ -139,4 +133,4 @@ jobs:
|
|||||||
exit 1
|
exit 1
|
||||||
else
|
else
|
||||||
echo -e "${GREEN}🎉 All endpoints are healthy!${NC}"
|
echo -e "${GREEN}🎉 All endpoints are healthy!${NC}"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user