Skip to content

Commit

Permalink
Add test report to service tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhand committed Jan 28, 2025
1 parent f4a0d66 commit 1762341
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/hrm-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,3 +158,9 @@ jobs:

- name: Run Service Tests
run: npm run test:service:ci

- name: Publish Test Reports
uses: mikepenz/action-junit-report@v5
if: success() || failure() # always run even if the previous step fails
with:
report_paths: '**/junit.xml'

0 comments on commit 1762341

Please sign in to comment.