From ad465a10abb58f81cd59f821dd6cf4369a94e87d Mon Sep 17 00:00:00 2001 From: leonardopadilha Date: Wed, 30 Oct 2024 16:33:56 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20Ajuste=20local=20de=20relat=C3=B3rio?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 2 +- .gitignore | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8355f9e..061cf68 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -38,7 +38,7 @@ jobs: if: ${{ !cancelled() }} with: name: relatorio-de-testes - path: cypress/reports + path: cypress/reports/html env: CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }} \ No newline at end of file diff --git a/.gitignore b/.gitignore index d3539f1..77aa88a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /node_modules .env results/ +cypress/reports \ No newline at end of file