-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,57 +65,57 @@ jobs: | |
- name: "Swagger UI - Request" | ||
id: "swaggerUI" | ||
uses: Ponnia-M/[email protected] | ||
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/[email protected] | ||
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/[email protected] | ||
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/[email protected] | ||
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/[email protected] | ||
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/[email protected] | ||
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/[email protected] | ||
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/[email protected] | ||
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/[email protected] | ||
uses: department-of-veterans-affairs/curl-action@v1.0.0 | ||
with: | ||
url: "http://localhost:8060/vro-app/v3/xample-resource" | ||
method: "POST" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,7 +54,7 @@ jobs: | |
uses: ./.github/actions/check-disk-space | ||
|
||
- name: 'Wait for RabbitMQ to be ready' | ||
uses: Ponnia-M/[email protected] | ||
uses: department-of-veterans-affairs/curl-action@v1.0.0 | ||
with: | ||
url: 'http://localhost:15672/api/vhosts' | ||
method: 'GET' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,7 +51,7 @@ jobs: | |
shell: bash | ||
|
||
- name: 'Wait for RabbitMQ to be ready' | ||
uses: Ponnia-M/[email protected] | ||
uses: department-of-veterans-affairs/curl-action@v1.0.0 | ||
with: | ||
url: 'http://localhost:15672/api/vhosts' | ||
method: 'GET' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,7 +50,7 @@ jobs: | |
uses: ./.github/actions/check-disk-space | ||
|
||
- name: 'Check for RabbitMQ to be ready' | ||
uses: Ponnia-M/[email protected] | ||
uses: department-of-veterans-affairs/curl-action@v1.0.0 | ||
with: | ||
url: 'http://localhost:15672/api/vhosts' | ||
method: 'GET' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,7 +56,7 @@ jobs: | |
uses: ./.github/actions/check-disk-space | ||
|
||
- name: 'Wait for RabbitMQ to be ready' | ||
uses: Ponnia-M/[email protected] | ||
uses: department-of-veterans-affairs/curl-action@v1.0.0 | ||
with: | ||
url: 'http://localhost:15672/api/vhosts' | ||
method: 'GET' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,7 +44,7 @@ jobs: | |
|
||
|
||
- name: 'Check for RabbitMQ to be ready' | ||
uses: Ponnia-M/[email protected] | ||
uses: department-of-veterans-affairs/curl-action@v1.0.0 | ||
with: | ||
url: 'http://localhost:15672/api/vhosts' | ||
method: 'GET' | ||
|