We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83f9e2b commit f6c80c6Copy full SHA for f6c80c6
.github/workflows/ci-checks.yml
@@ -136,10 +136,10 @@ jobs:
136
- name: Run integration test gRPC
137
uses: nick-fields/retry@v3
138
with:
139
- max_attempts: 1
+ max_attempts: 2
140
timeout_minutes: 30
141
command: |
142
- docker compose -f docker/github_actions/docker-compose.yml run integ-test-grpc bash -c "make integ_test_grpc && exit 1"
+ docker compose -f docker/github_actions/docker-compose.yml run integ-test-grpc bash -c "make integ_test_grpc"
143
144
- name: Upload coverage artifacts
145
if: always()
0 commit comments