We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d7c97f commit ebc1953Copy full SHA for ebc1953
.github/workflows/postman.yml
@@ -30,12 +30,12 @@ jobs:
30
- name: Run API tests
31
run: |
32
mkdir -p reports
33
- postman collection run "Feedlink" \
+ postman collection run "45722982-8ff3307d-6cc8-4a93-8194-c8843b990b99" \
34
--reporters cli,junit \
35
--reporter-junit-export reports/junit.xml
36
37
- name: Upload JUnit report
38
uses: actions/upload-artifact@v4
39
with:
40
name: postman-junit
41
- path: reports/junit.xml
+ path: reports/junit.xml
0 commit comments