File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -158,10 +158,10 @@ jobs:
158
158
- name : Call all test APIs
159
159
continue-on-error : true
160
160
run : |
161
- curl -S -o /dev/null http://${{ env.MAIN_SERVICE_ENDPOINT }}/outgoing-http-call/
162
- curl -S -o /dev/null http://${{ env.MAIN_SERVICE_ENDPOINT }}/aws-sdk-call/
163
- curl -S -o /dev/null http://${{ env.MAIN_SERVICE_ENDPOINT }}/remote-service?ip=${{ env.REMOTE_SERVICE_IP }}/
164
- curl -S -o /dev/null http://${{ env.MAIN_SERVICE_ENDPOINT }}/client-call/
161
+ curl -S -s http://${{ env.MAIN_SERVICE_ENDPOINT }}/outgoing-http-call/
162
+ curl -S -s http://${{ env.MAIN_SERVICE_ENDPOINT }}/aws-sdk-call/
163
+ curl -S -s http://${{ env.MAIN_SERVICE_ENDPOINT }}/remote-service?ip=${{ env.REMOTE_SERVICE_IP }}/
164
+ curl -S -s http://${{ env.MAIN_SERVICE_ENDPOINT }}/client-call/
165
165
166
166
- name : Build Gradlew
167
167
run : |
Original file line number Diff line number Diff line change @@ -242,10 +242,10 @@ jobs:
242
242
- name : Call all test APIs
243
243
continue-on-error : true
244
244
run : |
245
- curl -S -o /dev/null http://${{ env.APP_ENDPOINT }}/outgoing-http-call/
246
- curl -S -o /dev/null http://${{ env.APP_ENDPOINT }}/aws-sdk-call/
247
- curl -S -o /dev/null http://${{ env.APP_ENDPOINT }}/remote-service?ip=${{ env.REMOTE_SERVICE_POD_IP }}/
248
- curl -S -o /dev/null http://${{ env.APP_ENDPOINT }}/client-call/
245
+ curl -S -s http://${{ env.APP_ENDPOINT }}/outgoing-http-call/
246
+ curl -S -s http://${{ env.APP_ENDPOINT }}/aws-sdk-call/
247
+ curl -S -s http://${{ env.APP_ENDPOINT }}/remote-service?ip=${{ env.REMOTE_SERVICE_POD_IP }}/
248
+ curl -S -s http://${{ env.APP_ENDPOINT }}/client-call/
249
249
250
250
- name : Build Gradlew
251
251
run : |
You can’t perform that action at this time.
0 commit comments