From f303e0838b974de0a57696dd7e94d5e5cbc4965d Mon Sep 17 00:00:00 2001 From: Ponnia Muyen Date: Thu, 4 Apr 2024 23:02:38 -0400 Subject: [PATCH] update curl action --- .../workflows/api-gateway-integration-test.yml | 18 +++++++++--------- .github/workflows/bie-kafka-end2end-test.yml | 2 +- .github/workflows/ee-ep-merge-end-to-end.yml | 2 +- .../workflows/svc-bgs-api-integration-test.yml | 2 +- .../workflows/svc-bip-api-integration-test.yml | 2 +- .github/workflows/xample-integration-test.yml | 2 +- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/api-gateway-integration-test.yml b/.github/workflows/api-gateway-integration-test.yml index 48952c179d..a1018efcd5 100644 --- a/.github/workflows/api-gateway-integration-test.yml +++ b/.github/workflows/api-gateway-integration-test.yml @@ -65,49 +65,49 @@ 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" @@ -115,7 +115,7 @@ jobs: - 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" @@ -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" diff --git a/.github/workflows/bie-kafka-end2end-test.yml b/.github/workflows/bie-kafka-end2end-test.yml index 6953bf71c8..c60371eb89 100644 --- a/.github/workflows/bie-kafka-end2end-test.yml +++ b/.github/workflows/bie-kafka-end2end-test.yml @@ -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' diff --git a/.github/workflows/ee-ep-merge-end-to-end.yml b/.github/workflows/ee-ep-merge-end-to-end.yml index 81fa3b3f4b..0dafbae74b 100644 --- a/.github/workflows/ee-ep-merge-end-to-end.yml +++ b/.github/workflows/ee-ep-merge-end-to-end.yml @@ -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' diff --git a/.github/workflows/svc-bgs-api-integration-test.yml b/.github/workflows/svc-bgs-api-integration-test.yml index 9f812111a5..aadc0b1128 100644 --- a/.github/workflows/svc-bgs-api-integration-test.yml +++ b/.github/workflows/svc-bgs-api-integration-test.yml @@ -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' diff --git a/.github/workflows/svc-bip-api-integration-test.yml b/.github/workflows/svc-bip-api-integration-test.yml index 313b3a1729..ec1ca0cce1 100644 --- a/.github/workflows/svc-bip-api-integration-test.yml +++ b/.github/workflows/svc-bip-api-integration-test.yml @@ -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' diff --git a/.github/workflows/xample-integration-test.yml b/.github/workflows/xample-integration-test.yml index f4d71e097c..5b702ebd40 100644 --- a/.github/workflows/xample-integration-test.yml +++ b/.github/workflows/xample-integration-test.yml @@ -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'