Skip to content

Bump npm-check-updates from 16.14.4 to 16.14.5 #121

Bump npm-check-updates from 16.14.4 to 16.14.5

Bump npm-check-updates from 16.14.4 to 16.14.5 #121

Workflow file for this run

name: Newman Run
on:
workflow_dispatch:
push:
branches: [ "main" ]
paths: [ '!PostmanCollections/**' , '!./github/**' ]
pull_request:
branches: [ "main", "dev" ]
jobs:
newman:
runs-on: ubuntu-latest
steps:
- name: Check out repository code and Install
uses: actions/checkout@v3
- run: npm install
- run: npm run generateoas
- run: npm start & npx wait-on http://localhost:3000
- run: npm test