Skip to content

Commit

Permalink
feat: update newman command
Browse files Browse the repository at this point in the history
  • Loading branch information
nikschul committed Oct 7, 2024
1 parent b2ee741 commit f9a1ba4
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/test_controlplane_management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,17 +84,18 @@ jobs:
chmod +x seed-k8s.sh
./seed-k8s.sh
- name: "Install npm"
uses: actions/setup-node@v4
with:
node-version: 18

- name: "Install Newman"
run: |-
"npm install -g newman"
run: npm install -g newman

- name: "Run Newman"
working-directory: ./deployment/postman
working-directory: deployment/postman
run: |-
newman run ./deployment/postman/MVD.postman_collection.json -e "./deployment/postman/MVD K8S.postman_environment.json" --folder "ControlPlane Management"
newman run "MVD.postman_collection.json" -e "MVD K8S.postman_environment.json" --folder "ControlPlane Management"

0 comments on commit f9a1ba4

Please sign in to comment.