Skip to content

Commit

Permalink
chore: Added test-reporter workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
erayhanoglu committed Sep 23, 2024
1 parent b2468f6 commit 5833ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
reporter: jest-junit # Format of test results
- name: Output report
run: |
echo "Summary HTML - ${{ steps.coverageComment.outputs.url_html }}"
echo "Summary HTML - ${{ steps.report.outputs.url_html }}"

0 comments on commit 5833ee1

Please sign in to comment.