Skip to content

Commit

Permalink
add do pipeline.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
andersonvilarins committed May 3, 2024
1 parent 6856a14 commit a97aa41
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,12 @@ jobs:
- name: Execução dos testes
run: |
robot -d ./results -v HEADLESS:true tests
- name: Upload das evidências de teste
if: always()
uses: actions/upload-artifact@v3
with:
name: resultado dos testes
path: ./results
if-no-files-found: ignore
retention-days: 2

0 comments on commit a97aa41

Please sign in to comment.