We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c665d6 commit b7b8df3Copy full SHA for b7b8df3
.github/workflows/postman.yml
@@ -14,7 +14,6 @@ jobs:
14
automated-api-tests:
15
runs-on: ubuntu-latest
16
env:
17
-
18
POSTMAN_API_KEY: ${{ secrets.POSTMAN_API_KEY }}
19
steps:
20
- uses: actions/checkout@v4
@@ -26,18 +25,11 @@ jobs:
26
25
- name: Run API tests
27
run: |
28
mkdir -p reports
29
- postman pull \
30
postman collection run "Feedlink" \
31
--reporters cli,junit \
32
--reporter-junit-export reports/junit.xml
33
- name: Upload JUnit report
34
uses: actions/upload-artifact@v4
35
with:
36
name: postman-junit
37
- path: reports/junit.xml
38
39
40
41
42
43
+ path: reports/junit.xml
0 commit comments