From dec614438fc25404666d07a6190b86726e6c61ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=BA=C5=A1=20N=C3=A1me=C5=A1n=C3=BD?= Date: Mon, 11 Aug 2025 17:57:49 +0200 Subject: [PATCH] Remove apt install step --- .github/workflows/health_monitor.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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