diff --git a/.github/workflows/build-test-publish.yml b/.github/workflows/build-test-publish.yml index 8b344904..7aa6c509 100644 --- a/.github/workflows/build-test-publish.yml +++ b/.github/workflows/build-test-publish.yml @@ -46,7 +46,7 @@ jobs: run: make install-tools kubebuilder-assets just-unit-tests - name: Integration tests - run: make integration-tests + run: GINKGO_EXTRA="--flake-attempts=3" make integration-tests - name: Notify Google Chat if: failure()