Skip to content

Commit

Permalink
.github: Fix jest test upload-artifact step
Browse files Browse the repository at this point in the history
  • Loading branch information
victorges committed Sep 17, 2024
1 parent 0dd41a9 commit d31c3fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/jest_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
run: yarn run test

- name: Upload Test Results
uses: actions/upload-artifact@v2
if: failure()
uses: actions/upload-artifact@v3
if: failure()
with:
name: test-results
path: ./tests/reports/
if-no-files-found: error
if-no-files-found: error

0 comments on commit d31c3fb

Please sign in to comment.