From 4ad3af58e0f823da14817d33417c2dfc300d0993 Mon Sep 17 00:00:00 2001 From: IgorKha Date: Tue, 21 Jun 2022 17:37:51 +0300 Subject: [PATCH] small changes into workflow --- .github/workflows/action.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index c3b54e5..323b423 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -24,11 +24,10 @@ jobs: run: curl -fsSL https://raw.githubusercontent.com/IgorKha/Grafana-Mikrotik/master/run.sh | bash -s -- - name: Test Grafana - run: sleep 5 && curl -ILsS --retry 5 --retry-delay 2 "http://localhost:3000/login" + run: sleep 5 && curl -GLsS --retry 5 --retry-delay 2 "http://localhost:3000/api/health" - name: Test Prometheus - run: curl -ILsS --retry 5 --retry-delay 2 "http://localhost:9090" + run: curl -GLsS --retry 5 --retry-delay 2 "http://localhost:9090/-/ready" - name: Test snmp_exporter - run: curl -ILsS --retry 5 --retry-delay 2 "http://localhost:9116" - \ No newline at end of file + run: curl -ILsS --retry 5 --retry-delay 2 "http://localhost:9116"