Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace indiesdev/curl@v1.1 action #2829

Merged
merged 6 commits into from
Apr 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: indiesdev/curl@v1.1
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: indiesdev/curl@v1.1
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: indiesdev/curl@v1.1
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: indiesdev/curl@v1.1
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: indiesdev/curl@v1.1
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: indiesdev/curl@v1.1
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: indiesdev/curl@v1.1
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: indiesdev/curl@v1.1
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: indiesdev/curl@v1.1
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: indiesdev/curl@v1.1
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: indiesdev/curl@v1.1
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: indiesdev/curl@v1.1
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: indiesdev/curl@v1.1
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: indiesdev/curl@v1.1
uses: department-of-veterans-affairs/curl-action@v1.0.0
with:
url: 'http://localhost:15672/api/vhosts'
method: 'GET'
Expand Down