Skip to content
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
2 changes: 1 addition & 1 deletion .github/workflows/run-postman-collection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
- name: Install Newman
run: npm install -g newman
- name: Run Postman Collection
run: newman run ./postman/Validate\ Relationship\ Service\ Sandbox.postman_collection.json
run: newman run "./postman/Validated Relationship Service Sandbox.postman_collection.json"
3 changes: 2 additions & 1 deletion sandbox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ For more information about building sandbox APIs see the [API Producer Zone conf
- [Starting the API](#starting-the-api)
- [Development](#development)
- [Starting the API with Hot Reloading](#starting-the-api-with-hot-reloading)
- [Updating examples](#updating-examples)
- [Testing](#testing)
- [Unit Tests](#unit-tests)
- [Useful commands](#useful-commands)
Expand All @@ -27,7 +28,7 @@ The API is able to be run locally on the host system for development and testing

The Sandbox is deployed using Docker to AWS ECS; the Dockerfile is located in the root of the repository. This allows Docker to copy in responses from `specification/examples/responses`. The docker container is deployed to AWS ECS using Azure DevOps pipelines.

The [Postman Collection](./postman/Validate_Relationship_Service_Sandbox.postman_collection.json) is used to test the Sandbox API. The tests embedded in the collection are run in GitHub Actions on each Pull Request.
The [Postman Collection](./postman/Validated Relationship Service Sandbox.postman_collection.json) is used to test the Sandbox API. The tests embedded in the collection are run in GitHub Actions on each Pull Request.

## Prerequisites

Expand Down