diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index d07c81c1..3016063b 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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: