Skip to content

Commit

Permalink
Merge pull request #1 from AlexChetverov/AlexChetverov-patch-1
Browse files Browse the repository at this point in the history
Create gitnub-action-demo.yml
  • Loading branch information
AlexChetverov authored Aug 5, 2024
2 parents bcac09e + 48a33dd commit 1be94fa
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/gitnub-action-demo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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 1be94fa

Please sign in to comment.