Skip to content

Commit

Permalink
Update automacao-postman.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
luizeduardotesta authored Feb 6, 2024
1 parent 6b464ee commit eea1bce
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/automacao-postman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
# Runs a set of commands using the runners shell
- name: Step 3 Execute collection
run: |
newman run ./config.json -g ./env-global.json -e ./env-ron-bugado.json --delay-request 1 --reporters cli, -r htmlextra --reporter-htmlextra-export ./result/Report_config.html &&
newman run ./users.json -g ./env-global.json -e ./env-ron-bugado.json --delay-request 1 --reporters cli, -r htmlextra --reporter-htmlextra-export ./result/Report_users.html &&
newman run ./company.json -g ./env-global.json -e ./env-ron-bugado.json --delay-request 1 --reporters cli, -r htmlextra --reporter-htmlextra-export ./result/Report_company.html &&
newman run ./board.json -g ./env-global.json -e ./env-ron-bugado.json --delay-request 1 --reporters cli, -r htmlextra --reporter-htmlextra-export ./result/Report_board.html &&
newman run ./costCenter.json -g ./env-global.json -e ./env-ron-bugado.json --delay-request 1 --reporters cli, -r htmlextra --reporter-htmlextra-export ./result/Report_costCenter.html &&
newman run ./department.json -g ./env-global.json -e ./env-ron-bugado.json --delay-request 1 --reporters cli, -r htmlextra --reporter-htmlextra-export ./result/Report_department.html
newman run ./config.json -g ./env-global.json -e ./env-ron-bugado.json --delay-request 1 --insecure --reporters cli, -r htmlextra --reporter-htmlextra-export ./result/Report_config.html &&
newman run ./users.json -g ./env-global.json -e ./env-ron-bugado.json --delay-request 1 --insecure --reporters cli, -r htmlextra --reporter-htmlextra-export ./result/Report_users.html &&
newman run ./company.json -g ./env-global.json -e ./env-ron-bugado.json --delay-request 1 --insecure --reporters cli, -r htmlextra --reporter-htmlextra-export ./result/Report_company.html &&
newman run ./board.json -g ./env-global.json -e ./env-ron-bugado.json --delay-request 1 --insecure --reporters cli, -r htmlextra --reporter-htmlextra-export ./result/Report_board.html &&
newman run ./costCenter.json -g ./env-global.json -e ./env-ron-bugado.json --delay-request 1 --insecure --reporters cli, -r htmlextra --reporter-htmlextra-export ./result/Report_costCenter.html &&
newman run ./department.json -g ./env-global.json -e ./env-ron-bugado.json --delay-request 1 --insecure --reporters cli, -r htmlextra --reporter-htmlextra-export ./result/Report_department.html
# Runs a set of commands using the runners shell
- name: Step 4 Archive production artifacts
Expand Down

0 comments on commit eea1bce

Please sign in to comment.