Skip to content

Commit ebc1953

Browse files
Update Postman collection ID in workflow
1 parent 1d7c97f commit ebc1953

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/postman.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ jobs:
3030
- name: Run API tests
3131
run: |
3232
mkdir -p reports
33-
postman collection run "Feedlink" \
33+
postman collection run "45722982-8ff3307d-6cc8-4a93-8194-c8843b990b99" \
3434
--reporters cli,junit \
3535
--reporter-junit-export reports/junit.xml
3636
3737
- name: Upload JUnit report
3838
uses: actions/upload-artifact@v4
3939
with:
4040
name: postman-junit
41-
path: reports/junit.xml
41+
path: reports/junit.xml

0 commit comments

Comments
 (0)