Skip to content

Commit ed1f594

Browse files
committed
Update filenames (DEV/PROD env) and adjust CI script
1 parent 34def9d commit ed1f594

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

.github/workflows/postman-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323

2424
- name: Run Newman tests
2525
run: |
26-
newman run "Fake_Store_API.postman_collection.json" \
27-
--environment "PROD_FakeStoreAPI_JMR.postman_environment.json" \
26+
newman run "Store_API.postman_collection.json" \
27+
--environment "PROD_StoreAPI_JMR.postman_environment.json" \
2828
--folder 'Order Creation E2E' \
2929
--reporters cli,html \
3030
--reporter-html-export newman-report.html
File renamed without changes.

0 commit comments

Comments
 (0)