Skip to content

Commit 82082f7

Browse files
authored
Create blank.yml
1 parent 2427944 commit 82082f7

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/workflows/blank.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Newman Run
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- master
7+
8+
jobs:
9+
newman:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@master
13+
- uses: matt-ball/newman-action@master
14+
with:
15+
apiKey: ${{ secrets.postmanApiKey }}
16+
collection: postman_collection.json
17+
environment: 5922408-228c7edd-fc15-4f68-9665-a35d7df6945b

0 commit comments

Comments
 (0)