Skip to content

Commit

Permalink
Create github-actions-demo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
askherconsulting committed Jul 4, 2021
1 parent d760796 commit 7b385e5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# This is a basic workflow to help you get started with Actions

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

0 comments on commit 7b385e5

Please sign in to comment.