Skip to content

Commit

Permalink
summary test report
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminParisel committed Sep 11, 2024
1 parent dbffb5f commit 8716fe1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-pr-actions-doc-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
working-directory: packages/doc-contribs
- name: Test Report
uses: dorny/test-reporter@v1
if: success() || failure() # run this step even if previous step failed
if: success() || failure()
with:
name: JEST Tests # Name of the check run which will be created
path: packages/doc-contribs/**/reports/jest-*.xml # Path to test results
reporter: jest-junit # Format of test results
name: Tests Report
path: packages/doc-contribs/**/reports/jest-*.xml
reporter: jest-junit

0 comments on commit 8716fe1

Please sign in to comment.