Skip to content

Commit 835ce7a

Browse files
authored
Merge pull request #120 from NHSDigital/tests/npa-3887-postman-tests
NPA-3887: Added tests to postman collection
2 parents 8ebd251 + 33e4557 commit 835ce7a

File tree

4 files changed

+1463
-360
lines changed

4 files changed

+1463
-360
lines changed

.github/workflows/sandbox-checks.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,17 @@ jobs:
2424
- name: Run Sandbox Unit Tests
2525
run: make test
2626
working-directory: ./sandbox
27+
28+
run-postman-collection:
29+
runs-on: ubuntu-latest
30+
steps:
31+
- name: Check out the repository
32+
uses: actions/checkout@v4
33+
- name: Set up Node.js
34+
uses: actions/setup-node@v4
35+
with:
36+
node-version: '22'
37+
- name: Install Newman
38+
run: npm install -g newman
39+
- name: Run Postman Collection
40+
run: newman run ./postman/Validate_Relationship_Service_Sandbox.postman_collection.json

postman/Validate Relationship Service Sandbox.postman_collection.json

Lines changed: 0 additions & 359 deletions
This file was deleted.

0 commit comments

Comments
 (0)