Skip to content

Commit

Permalink
Alteração do passo e ajuste da hierarquia do step
Browse files Browse the repository at this point in the history
  • Loading branch information
wellington197 authored Jan 11, 2024
1 parent f17c86a commit 58cd69b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@ jobs:
npm install -g newman-reporter-htmlextra
# Executar o teste
- name: Run a multi-line script
run: |
newman run servRest.postman_collection.json -e servRest_test.postman_environment.json -r htmlextra --reporter-htmlextra-export ./exports_reports/relatorio.html --reporter-htmlextra-title "Relatório API ServRest CI/CD" --reporter-htmlextra-titleSize 78
- name: Run Test
run: newman run servRest.postman_collection.json -e servRest_test.postman_environment.json -r htmlextra --reporter-htmlextra-export ./exports_reports/relatorio.html --reporter-htmlextra-title "Relatório API ServRest CI/CD" --reporter-htmlextra-titleSize 78

# Salva o relatório na pasta Newman criada
- name: Criando Relatório
Expand Down

0 comments on commit 58cd69b

Please sign in to comment.