Skip to content

Commit 6937c4b

Browse files
committed
Simplify Newman run command in GitHub Actions workflow
1 parent 1a79613 commit 6937c4b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/postman-tests.yml

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

2525
- name: Run Postman tests
2626
run: |
27-
newman run postman/JSONPlaceholder_Collection.json \
28-
-e postman/Development_Environment.json \
29-
-r cli,htmlextra \
30-
--reporter-htmlextra-export newman-report.html
27+
newman run postman/JSONPlaceholder_Collection.json -e postman/Development_Environment.json -r cli,htmlextra --reporter-htmlextra-export newman-report.html
3128
3229
- name: Upload Newman HTML Report
3330
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)