From d51703ee2e03b46198e5fca540c6b32f75755e9d Mon Sep 17 00:00:00 2001 From: Ricardo Santos Date: Sun, 9 Jun 2024 21:15:50 -0300 Subject: [PATCH 1/2] devops-test-github-actions --- .github/workflows/flow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flow.yml b/.github/workflows/flow.yml index 0cc55fb..d8d9085 100644 --- a/.github/workflows/flow.yml +++ b/.github/workflows/flow.yml @@ -45,4 +45,4 @@ jobs: uses: actions/upload-artifact@v3 with: name: test-results - path: target/surefire-reports/*.xml + path: target/surefire-reports/*.xml \ No newline at end of file From f1200b28de28678497677a0b4904c0d93fe798f0 Mon Sep 17 00:00:00 2001 From: Ricardo Santos Date: Wed, 12 Jun 2024 19:33:25 -0300 Subject: [PATCH 2/2] update flow.yml --- .github/workflows/flow.yml | 6 +++--- .gitignore | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/flow.yml b/.github/workflows/flow.yml index d8d9085..7315628 100644 --- a/.github/workflows/flow.yml +++ b/.github/workflows/flow.yml @@ -40,9 +40,9 @@ jobs: - name: Run Tests run: mvn test -Dtest=RunCucumber -Dbrowser=chrome-ci cluecumber-report:reporting || true - - name: Archive Test Results + - name: Arquivar resultados if: always() uses: actions/upload-artifact@v3 with: - name: test-results - path: target/surefire-reports/*.xml \ No newline at end of file + name: report-execution + path: "**/formated-report/" \ No newline at end of file diff --git a/.gitignore b/.gitignore index 07827cc..724f1ea 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ target/ -.idea/ \ No newline at end of file +.idea/ +.vscode/ \ No newline at end of file