Skip to content

Commit 2b290a1

Browse files
committed
Added job to sandbox check workflow
1 parent 03d651b commit 2b290a1

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
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@v3
33+
- name: Set up Node.js
34+
uses: actions/setup-node@v3
35+
with:
36+
node-version: '16'
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.js

0 commit comments

Comments
 (0)