Skip to content

Commit

Permalink
13-ajustes
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianaSilvaRossi committed Nov 20, 2023
1 parent a721e0a commit 15d0404
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
if: always()
uses: actions/upload-artifact@v3
with:
name: results
name: results-tests
path: ./resources/results
if-no-files-found: ignore
retention-days: 7
Expand All @@ -37,12 +37,12 @@ jobs:
if: always()
uses: actions/download-artifact@v3
with:
name: results
name: results-tests

- name: Send Report
if: always()
uses: joonvena/robotframework-reporter-action@v2
with:
report-path: results
report-path: results-tests
gh_access_token: ${{ secrets.GITHUB_TOKEN }}
show_passed_tests: false

0 comments on commit 15d0404

Please sign in to comment.