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 93760fc commit af2f8a1
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,16 @@ jobs:
with:
go-version: '1.21.4'
- uses: actions/checkout@v3
- uses: JarvusInnovations/background-action@v1
with:
run: |
bash hack/install_dep.sh
make binary
./bin/prometheus-podman-exporter --collector.enable-all --collector.store_labels
- run: |
bash hack/install_dep.sh
yum -y install jq
make .install.bats
make binary
./bin/prometheus-podman-exporter --collector.enable-all --collector.store_labels &
make test-e2e
build_binary:
Expand Down

0 comments on commit af2f8a1

Please sign in to comment.