Skip to content

Commit b7b8df3

Browse files
Did the postman automation
1 parent 7c665d6 commit b7b8df3

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/postman.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
automated-api-tests:
1515
runs-on: ubuntu-latest
1616
env:
17-
1817
POSTMAN_API_KEY: ${{ secrets.POSTMAN_API_KEY }}
1918
steps:
2019
- uses: actions/checkout@v4
@@ -26,18 +25,11 @@ jobs:
2625
- name: Run API tests
2726
run: |
2827
mkdir -p reports
29-
postman pull \
3028
postman collection run "Feedlink" \
3129
--reporters cli,junit \
3230
--reporter-junit-export reports/junit.xml
3331
- name: Upload JUnit report
3432
uses: actions/upload-artifact@v4
3533
with:
3634
name: postman-junit
37-
path: reports/junit.xml
38-
39-
40-
41-
42-
43-
35+
path: reports/junit.xml

0 commit comments

Comments
 (0)