Skip to content

Commit 5be56de

Browse files
authored
Add flake retries to integration tests in CI. (#982)
1 parent d272237 commit 5be56de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: make install-tools kubebuilder-assets just-unit-tests
4747

4848
- name: Integration tests
49-
run: make integration-tests
49+
run: GINKGO_EXTRA="--flake-attempts=3" make integration-tests
5050

5151
- name: Notify Google Chat
5252
if: failure()

0 commit comments

Comments
 (0)