Skip to content

Commit d44a5cd

Browse files
committed
Update Postman collection filename in GitHub Actions workflow
1 parent afce6ab commit d44a5cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/postman-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Run Postman tests
2626
run: |
27-
newman run postman/JSONPlaceholder_Collection.json -e postman/Development_Environment.json -r cli,htmlextra --reporter-htmlextra-export newman-report.html
27+
newman run postman/JSONPlaceholder_API_Contract_Tests.postman_collection.json -e postman/Development_Environment.json -r cli,htmlextra --reporter-htmlextra-export newman-report.html
2828
2929
- name: Upload Newman HTML Report
3030
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)