Skip to content

Commit

Permalink
Update test-build-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieTLe authored May 22, 2024
1 parent a37a94c commit 9f8051b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 9f8051b

Please sign in to comment.