Skip to content

Commit

Permalink
chore: rename workflow, remove newman install
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger committed Oct 9, 2024
1 parent d58833a commit 02e59e4
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,16 +87,6 @@ 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

- name: "Run Newman"
working-directory: ./deployment/postman
run: |-
Expand Down

0 comments on commit 02e59e4

Please sign in to comment.