Skip to content

Commit

Permalink
update do .yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
andersonvilarins committed May 3, 2024
1 parent 0efb2ae commit d52a2e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
python-version: '3.11'

- name: Instalar o NodeJS
- name: Instalar o Node JS
uses: actions/setup-node@v4

- name: Instalar as Bibliotecas do projeto
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:

- name: Relatório de envio
if: always()
uses: joonvena/robotframework-reporter-action@v2.4
uses: joonvena/robotframework-reporter-action@v2.1
with:
report_path: resultado dos testes ${{matrix.browser}}
gh_access_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit d52a2e5

Please sign in to comment.