From 9f8051bf06bfeda59cc9a1e9614211742ff1805c Mon Sep 17 00:00:00 2001 From: Charlie Le <3375195+CharlieTLe@users.noreply.github.com> Date: Tue, 21 May 2024 18:01:34 -0700 Subject: [PATCH] Update test-build-deploy.yml --- .github/workflows/test-build-deploy.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test-build-deploy.yml b/.github/workflows/test-build-deploy.yml index 6795a3ae935..10797bd5aa4 100644 --- a/.github/workflows/test-build-deploy.yml +++ b/.github/workflows/test-build-deploy.yml @@ -58,7 +58,6 @@ jobs: for run in $(seq 1 3); do make BUILD_IN_CONTAINER=false test && break echo "Retrying tests... Run $run failed." - exit 1 done security: @@ -201,7 +200,6 @@ jobs: for run in $(seq 1 3); do go test -tags=integration,${{ matrix.tags }} -timeout 2400s -v -count=1 -failfast ./integration/... && break echo "Retrying tests... Run $run failed." - exit 1 done env: IMAGE_PREFIX: ${{ secrets.IMAGE_PREFIX }}