diff --git a/.github/workflows/flow.yml b/.github/workflows/flow.yml index 0cc55fb..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 + 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