Skip to content

Commit

Permalink
Update webpack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DavDag authored Sep 24, 2024
1 parent 05901aa commit 43beb50
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,12 @@ jobs:

- name: Publish Test Summary Results
run: npx github-actions-ctrf ctrf/ctrf-report.json
if: success() || failure() # run this step even if previous step failed

- name: Test Report
uses: dorny/test-reporter@v1
if: success() || failure() # run this step even if previous step failed
with:
name: JEST Tests # Name of the check run which will be created
path: reports/jest-*.xml # Path to test results
reporter: jest-junit # Format of test results

0 comments on commit 43beb50

Please sign in to comment.