diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index b6877ee6..e6cb86cc 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -84,18 +84,14 @@ jobs: key: go-integration-podman-${{ hashFiles('**/go.mod') }} restore-keys: go-integration-podman- - run: hack/github-actions-setup - - run: | - # https://github.com/actions/setup-go/issues/107 - cp -f `which go` /usr/bin/go - - name: Run Podman integration tests run: | git clone https://github.com/containers/podman cd podman make - sudo -E ACK_GINKGO_DEPRECATIONS=2.1.4 ginkgo \ + sudo -E ACK_GINKGO_DEPRECATIONS=2.9.2 ginkgo \ -skip 'run.apparmor.disabled|image.trust.show.--json|run.network.bind.to.HostIP' \ - -noColor \ + -no-color \ -v test/e2e/. podman-system: