diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 9d2072b..061ee59 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -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