From a97aa416e7373ed9bb5899fddf302e3eb7558d0a Mon Sep 17 00:00:00 2001 From: Anderson Vieira Date: Fri, 3 May 2024 11:56:13 -0300 Subject: [PATCH] add do pipeline.yaml --- .github/workflows/pipeline.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) 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