Skip to content

Commit

Permalink
Merge pull request #365 from hngprojects/chore/set-newman-to-continue…
Browse files Browse the repository at this point in the history
…-executing-on-error

Chore: set newman to continue executing on error
  • Loading branch information
vicradon authored Aug 24, 2024
2 parents abc4a64 + 6d466b6 commit f5489d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-postman-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
id: newman
run: |
newman run status/postman/KimikoGolangSwagger.postman_collection.json --reporters cli,json --reporter-json-export report.json
continue-on-error: true

- name: Upload Newman Report to API
run: |
curl -X POST ${{ vars.API_URL }}/api/v1/api-status \
Expand Down

0 comments on commit f5489d5

Please sign in to comment.