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 29e11dd commit 158bc22
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
name: JEST Tests # Name of the check run which will be created
path: '*.xml' # Path to test results (inside artifact .zip)
reporter: jest-junit # Format of test results
- name: Print output
- name: GitHub Action Summary
if: always()
run: |
echo "Summary HTML - ${{ steps.generateReport.outputs.url_html }}"
type summary.md | Out-File -FilePath $env:GITHUB_STEP_SUMMARY -Append

0 comments on commit 158bc22

Please sign in to comment.