Skip to content

Commit

Permalink
chore(test): deal with test flackyness (#269)
Browse files Browse the repository at this point in the history
Follow up of #232
  • Loading branch information
paologallinaharbur authored Nov 6, 2023
1 parent 8ec45f6 commit 4d44eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on_prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d44eac

Please sign in to comment.