Skip to content

Commit 75593f4

Browse files
committed
Test
1 parent 9e42293 commit 75593f4

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/appsignals-e2e-ec2-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,10 @@ jobs:
158158
- name: Call all test APIs
159159
continue-on-error: true
160160
run: |
161-
curl -S -s /dev/null http://${{ env.MAIN_SERVICE_ENDPOINT }}/outgoing-http-call/
162-
curl -S -s /dev/null http://${{ env.MAIN_SERVICE_ENDPOINT }}/aws-sdk-call/
163-
curl -S -s /dev/null http://${{ env.MAIN_SERVICE_ENDPOINT }}/remote-service?ip=${{ env.REMOTE_SERVICE_IP }}/
164-
curl -S -s /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/
165165
166166
- name: Build Gradlew
167167
run: |

.github/workflows/appsignals-e2e-eks-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -242,10 +242,10 @@ jobs:
242242
- name: Call all test APIs
243243
continue-on-error: true
244244
run: |
245-
curl -S -s /dev/null http://${{ env.APP_ENDPOINT }}/outgoing-http-call/
246-
curl -S -s /dev/null http://${{ env.APP_ENDPOINT }}/aws-sdk-call/
247-
curl -S -s /dev/null http://${{ env.APP_ENDPOINT }}/remote-service?ip=${{ env.REMOTE_SERVICE_POD_IP }}/
248-
curl -S -s /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/
249249
250250
- name: Build Gradlew
251251
run: |

0 commit comments

Comments
 (0)