diff --git a/.github/workflows/health_monitor.yaml b/.github/workflows/health_monitor.yaml index 6fa515b..fb0689f 100644 --- a/.github/workflows/health_monitor.yaml +++ b/.github/workflows/health_monitor.yaml @@ -38,12 +38,6 @@ jobs: echo "📋 Found $endpoint_count endpoints to monitor" 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 run: | #!/bin/bash @@ -139,4 +133,4 @@ jobs: exit 1 else echo -e "${GREEN}🎉 All endpoints are healthy!${NC}" - fi \ No newline at end of file + fi