Skip to content

Commit

Permalink
Nova execução da correção do caminho do arquivo
Browse files Browse the repository at this point in the history
  • Loading branch information
wellington197 authored Jan 12, 2024
1 parent 526128a commit e0c58ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
npm install -g newman
npm install -g newman-reporter-htmlextra
- name: Run Test
run: newman run servRest.postman_collection.json -e servRest.postman_environment.json -r cli,htmlextra
run: newman run servRest.postman_collection.json -e servRest.postman_environment.json -r htmlextra
- name: Report
uses: actions/upload-artifact@v3.1.2
with:
Expand Down

0 comments on commit e0c58ef

Please sign in to comment.