Skip to content

Commit

Permalink
to-be-deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
followynne authored Apr 3, 2024
1 parent 2c40bf0 commit 08237f5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/JS-reporting-on-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
upload:
runs-on: ubuntu-latest
steps:
- uses: phoenix-actions/test-reporting@v9
with:
artifact: test-results # artifact name
name: JS - Tests # Name of the check run which will be created
path: '**/jest-*.xml' # Path to test results (inside artifact .zip)
reporter: jest-junit # Format of test results
output-to: checks
- uses: phoenix-actions/test-reporting@v14
with:
artifact: test-results # artifact name
name: JS - Tests # Name of the check run which will be created
path: '**/test-report.xml' # Path to test results (inside artifact .zip)
reporter: jest-junit # Format of test results
output-to: checks

0 comments on commit 08237f5

Please sign in to comment.