Skip to content

Commit f6c80c6

Browse files
author
Mandy Chen
committed
Get rid of forced fail for testing
1 parent 83f9e2b commit f6c80c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,10 @@ jobs:
136136
- name: Run integration test gRPC
137137
uses: nick-fields/retry@v3
138138
with:
139-
max_attempts: 1
139+
max_attempts: 2
140140
timeout_minutes: 30
141141
command: |
142-
docker compose -f docker/github_actions/docker-compose.yml run integ-test-grpc bash -c "make integ_test_grpc && exit 1"
142+
docker compose -f docker/github_actions/docker-compose.yml run integ-test-grpc bash -c "make integ_test_grpc"
143143
144144
- name: Upload coverage artifacts
145145
if: always()

0 commit comments

Comments
 (0)