Skip to content

Commit

Permalink
Merge pull request #6 from techhemant/techhemant-patch-1
Browse files Browse the repository at this point in the history
Avoid error with newman run
  • Loading branch information
askherconsulting committed Oct 10, 2022
2 parents 0acc5a1 + 637fcfe commit 6462398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-htmlextra-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

# Run the POSTMAN collection
- name: Run API Tests
run: newman run "Restful Booker BVT.postman_collection.json" -e Production.postman_environment.json -r htmlextra --reporter-htmlextra-export testResults/htmlreport.html
run: newman run "Restful Booker BVT.postman_collection.json" -e Production.postman_environment.json -r htmlextra --reporter-htmlextra-export testResults/htmlreport.html || true

# Upload the contents of Test Results directory to workspace
- name: Output the run Details
Expand Down

0 comments on commit 6462398

Please sign in to comment.