Skip to content

Commit

Permalink
update curl action
Browse files Browse the repository at this point in the history
  • Loading branch information
Ponnia-M committed Apr 5, 2024
1 parent 90307a5 commit f303e08
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/api-gateway-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,57 +65,57 @@ jobs:
- name: "Swagger UI - Request"
id: "swaggerUI"
uses: Ponnia-M/curl@v1.0.0
uses: department-of-veterans-affairs/curl-action@v1.0.0
with:
url: "http://localhost:8060/webjars/swagger-ui/index.html"
method: "GET"
accept: 200

- name: "Swagger Config - Request"
uses: Ponnia-M/curl@v1.0.0
uses: department-of-veterans-affairs/curl-action@v1.0.0
with:
url: "http://localhost:8060/v3/api-docs/swagger-config"
method: "GET"
accept: 200

- name: "VRO API Docs- Request"
uses: Ponnia-M/curl@v1.0.0
uses: department-of-veterans-affairs/curl-action@v1.0.0
with:
url: "http://localhost:8060/abd-vro/v3/api-docs"
method: "GET"
accept: 200

- name: "VRO APP Docs- Request"
uses: Ponnia-M/curl@v1.0.0
uses: department-of-veterans-affairs/curl-action@v1.0.0
with:
url: "http://localhost:8060/vro-app/v3/api-docs"
method: "GET"
accept: 200

- name: "CC API Docs- Request"
uses: Ponnia-M/curl@v1.0.0
uses: department-of-veterans-affairs/curl-action@v1.0.0
with:
url: "http://localhost:8060/contention-classification/openapi.json"
method: "GET"
accept: 200

- name: "EE - Max CFI API Docs- Request"
uses: Ponnia-M/curl@v1.0.0
uses: department-of-veterans-affairs/curl-action@v1.0.0
with:
url: "http://localhost:8060/cfi/openapi.json"
method: "GET"
accept: 200

- name: "EE - EP Merge API Docs- Request"
uses: Ponnia-M/curl@v1.0.0
uses: department-of-veterans-affairs/curl-action@v1.0.0
with:
url: "http://localhost:8060/ep/openapi.json"
method: "GET"
accept: 200

- name: "API Gateway Rest Controller GET /hello - Request"
id: "apiGatewayHello"
uses: Ponnia-M/curl@v1.0.0
uses: department-of-veterans-affairs/curl-action@v1.0.0
with:
url: "http://localhost:8060/hello"
method: "GET"
Expand All @@ -135,7 +135,7 @@ jobs:
# App API Endpoint Tests
- name: "VRO App xample POST - Request"
uses: Ponnia-M/curl@v1.0.0
uses: department-of-veterans-affairs/curl-action@v1.0.0
with:
url: "http://localhost:8060/vro-app/v3/xample-resource"
method: "POST"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bie-kafka-end2end-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: ./.github/actions/check-disk-space

- name: 'Wait for RabbitMQ to be ready'
uses: Ponnia-M/curl@v1.0.0
uses: department-of-veterans-affairs/curl-action@v1.0.0
with:
url: 'http://localhost:15672/api/vhosts'
method: 'GET'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ee-ep-merge-end-to-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
shell: bash

- name: 'Wait for RabbitMQ to be ready'
uses: Ponnia-M/curl@v1.0.0
uses: department-of-veterans-affairs/curl-action@v1.0.0
with:
url: 'http://localhost:15672/api/vhosts'
method: 'GET'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/svc-bgs-api-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: ./.github/actions/check-disk-space

- name: 'Check for RabbitMQ to be ready'
uses: Ponnia-M/curl@v1.0.0
uses: department-of-veterans-affairs/curl-action@v1.0.0
with:
url: 'http://localhost:15672/api/vhosts'
method: 'GET'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/svc-bip-api-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
uses: ./.github/actions/check-disk-space

- name: 'Wait for RabbitMQ to be ready'
uses: Ponnia-M/curl@v1.0.0
uses: department-of-veterans-affairs/curl-action@v1.0.0
with:
url: 'http://localhost:15672/api/vhosts'
method: 'GET'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/xample-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:


- name: 'Check for RabbitMQ to be ready'
uses: Ponnia-M/curl@v1.0.0
uses: department-of-veterans-affairs/curl-action@v1.0.0
with:
url: 'http://localhost:15672/api/vhosts'
method: 'GET'
Expand Down

0 comments on commit f303e08

Please sign in to comment.