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 4, 2024
1 parent 6feb98b commit 6e72cce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,9 @@ jobs:
yum -y install jq
make .install.bats
make binary
bg ./bin/prometheus-podman-exporter --collector.enable-all --collector.store_labels
./bin/prometheus-podman-exporter --collector.enable-all --collector.store_labels &
make test-e2e
exit $?
build_binary:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6e72cce

Please sign in to comment.