From 11725cc56e68109625d6ed4bdaaecf0fc610c6e8 Mon Sep 17 00:00:00 2001 From: Navid Yaghoobi Date: Tue, 5 Mar 2024 17:33:18 +1100 Subject: [PATCH] unit test + e2e test Signed-off-by: Navid Yaghoobi --- .github/workflows/go.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 04f46528..6fbe9588 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -72,7 +72,8 @@ jobs: make binary ./bin/prometheus-podman-exporter --collector.enable-all --collector.store_labels wait-on: | - http://localhost:9882/ + http-get://127.0.0.1:9882/metrics + wait-for: 1m - run: | yum -y install jq