Skip to content

Commit

Permalink
unit test + e2e test
Browse files Browse the repository at this point in the history
Signed-off-by: Navid Yaghoobi <[email protected]>
  • Loading branch information
navidys committed Mar 5, 2024
1 parent 11725cc commit 9af04cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,12 @@ jobs:
run: |
bash hack/install_dep.sh
make binary
./bin/prometheus-podman-exporter --collector.enable-all --collector.store_labels
./bin/prometheus-podman-exporter --collector.enable-all --collector.store_labels -d
wait-on: |
http-get://127.0.0.1:9882/metrics
wait-for: 1m
tail: true
log-output: stderr,stdout

- run: |
yum -y install jq
Expand Down

0 comments on commit 9af04cd

Please sign in to comment.