Skip to content
Snippets Groups Projects
Unverified Commit fd01201b authored by Paul Latzelsperger's avatar Paul Latzelsperger Committed by GitHub
Browse files

chore: rename WF, remove newman install (#357)

chore: rename workflow, remove newman install
parent d58833ac
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
name: Run Newman Test for the Control Plane Management name: Run API tests (postman)
on: on:
push: push:
...@@ -87,16 +87,6 @@ jobs: ...@@ -87,16 +87,6 @@ jobs:
chmod +x seed-k8s.sh chmod +x seed-k8s.sh
./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
- name: "Run Newman" - name: "Run Newman"
working-directory: ./deployment/postman working-directory: ./deployment/postman
run: |- run: |-
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment