Skip to content

Commit 082424e

Browse files
No job deploy-github-pages, retornando trecho com nome do report html e alterando path
para verificar se github actions das pages vai executar ou não com sucesso
1 parent d1ed627 commit 082424e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow-blacklist-academy-api-postman-newman.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ jobs:
6161
- name: Passo 2 - Baixar report html armazenado no job anterior "postman-api-rest"
6262
uses: actions/download-artifact@v4
6363
with:
64-
name: postman-api-rest-report-htmlextra-newman
65-
path: ./reports
64+
name: postman-api-rest-report-html-newman
65+
path: ./reports/postman-api-rest-report-htmlextra-newman.html
6666

6767
- name: Passo 3 - Armazenar pages
6868
uses: actions/upload-pages-artifact@v1

0 commit comments

Comments
 (0)