Skip to content

Commit 729c2c8

Browse files
committed
chore: updated sandbox checks workflows
1 parent 7f9d65c commit 729c2c8

File tree

2 files changed

+11
-18
lines changed

2 files changed

+11
-18
lines changed

.github/workflows/run-postman-collection.yml

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

.github/workflows/sandbox-checks.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,14 @@ jobs:
2424
- name: Run Sandbox Unit Tests
2525
run: make test
2626
working-directory: ./sandbox
27+
- name: Set up Node.js
28+
uses: actions/setup-node@v4
29+
with:
30+
node-version: '22'
31+
- name: Install Newman
32+
run: npm install -g newman
33+
- name: Start dev sandbox
34+
run: make start-dev
35+
working-directory: ./sandbox
36+
- name: Run Postman Collection
37+
run: newman run ./postman/Validate_Relationship_Service_Sandbox.postman_collection.json -d ./postman/dev-variables.json

0 commit comments

Comments
 (0)