From 4d44eac8982e2f55448bd02b3594672e1279fb9c Mon Sep 17 00:00:00 2001 From: PaoloGallina Date: Mon, 6 Nov 2023 09:01:31 +0100 Subject: [PATCH] chore(test): deal with test flackyness (#269) Follow up of https://github.com/newrelic/nri-kafka/pull/232 --- .github/workflows/on_prerelease.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on_prerelease.yml b/.github/workflows/on_prerelease.yml index 71a81345..5e44b38a 100644 --- a/.github/workflows/on_prerelease.yml +++ b/.github/workflows/on_prerelease.yml @@ -147,7 +147,7 @@ jobs: with: go-version-file: 'src/github.com/${{env.ORIGINAL_REPO_NAME}}/go.mod' - name: Integration test - run: make integration-test + run: for i in 1 2 3; do make integration-test && break; done publish-to-s3: name: Send release assets to S3