Skip to content

Create gitnub-action-demo.yml #2

Create gitnub-action-demo.yml

Create gitnub-action-demo.yml #2

name: "Newman Tests"
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
container:
image: postman/newman
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run API Tests
run: newman run "Restful Booker BVT.postman_collection.json" -e Production.postman_environment.json