Skip to content

Commit

Permalink
update do arquivo yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
andersonvilarins committed May 3, 2024
1 parent ac3da78 commit 1886acc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:

- name: Instalar o NodeJS
uses: actions/setup-node@v4
with:
node-version: '18'

- name: Instalar as Bibliotecas do projeto
run: |
Expand Down Expand Up @@ -50,9 +48,10 @@ jobs:

- name: Enviar relatorio
if: always()
uses: joonvena/robotframework-reporter-action@v2
uses: joonvena/robotframework-reporter-action@v2.4
with:
report_path: resultado dos testes
gh_access_token: ${{ secrets.GITHUB_TOKEN }}
show_passed_tests: false


0 comments on commit 1886acc

Please sign in to comment.