Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <hello@matteocollina.com>
  • Loading branch information
mcollina committed Jan 30, 2024
1 parent 4e51c24 commit 4b0d434
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,12 @@ jobs:
- name: Run tests
run: |
mkdir reports
npm run unit -- --reporter spec --reporter junit:reports/$GITHUB_ACTION.xml
npm run unit -- --reporter spec --reporter junit:report.xml
- name: Test Report
uses: dorny/test-reporter@v1
if: success() || failure() # run this step even if previous step failed
with:
name: Tests # Name of the check run which will be created
path: reports/*.xml # Path to test results
path: report.xml # Path to test results
reporter: java-junit # Format of test results

0 comments on commit 4b0d434

Please sign in to comment.