Skip to content

Commit

Permalink
adicionando mais recursos na pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
andersonvilarins committed May 3, 2024
1 parent a97aa41 commit ac3da78
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: [push, pull_request]
jobs:
test_robot:
runs-on: ubuntu-latest
permissions: write-all

steps:
- name: Copiar os arquivos do projeto
Expand Down Expand Up @@ -40,3 +41,18 @@ jobs:
path: ./results
if-no-files-found: ignore
retention-days: 2

- name: Resultado do Download
if: always()
uses: actions/download-artifact@v1
with:
name: resultado dos testes

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


0 comments on commit ac3da78

Please sign in to comment.