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 2a559f2 commit bf153bd
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 @@ -20,5 +20,5 @@ jobs:
with:
artifact: test-results # artifact name
name: JEST Tests # Name of the check run which will be created
path: 'reports/*.xml' # Path to test results (inside artifact .zip)
path: '*.xml' # Path to test results (inside artifact .zip)
reporter: jest-junit # Format of test results

0 comments on commit bf153bd

Please sign in to comment.