Skip to content

Commit

Permalink
feat(feedback): addressing feedbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
paologallinaharbur committed Mar 11, 2024
1 parent 9e00816 commit 4bb9795
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/on_prerelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
with:
go-version-file: 'src/github.com/${{env.ORIGINAL_REPO_NAME}}/go.mod'
- name: Integration test
# One of the integration consumer tests is not working as expected to the environment bootstrap, to keep it
run: for i in 1 2 3; do make integration-test && break; done

pre-release:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/on_push_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ jobs:
with:
go-version-file: 'src/github.com/${{env.ORIGINAL_REPO_NAME}}/go.mod'
- name: Integration test
# One of the integration consumer tests is not working as expected to the environment bootstrap, to keep it
run: for i in 1 2 3; do make integration-test && break; done

0 comments on commit 4bb9795

Please sign in to comment.