We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03d651b commit 2b290a1Copy full SHA for 2b290a1
.github/workflows/sandbox-checks.yaml
@@ -24,3 +24,17 @@ jobs:
24
- name: Run Sandbox Unit Tests
25
run: make test
26
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