diff --git a/.github/workflows/test-report.yml b/.github/workflows/test-report.yml index 8af3ade..e853955 100644 --- a/.github/workflows/test-report.yml +++ b/.github/workflows/test-report.yml @@ -5,6 +5,7 @@ on: workflows: ['CI'] types: - completed + workflow_dispatch: jobs: report: diff --git a/README.md b/README.md index 727968f..d4cae59 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # Test Reporter +## Fork by @cviddy + +This Action is exactly the same as the forked action besides the addition of the `show-html-notice` input to the action. This allows the html link to be present as an annotation on the summary of the action. This addition was to combat the GHA bug where the test results can be associated with a different action step. +|![](assets/notice-image.png)| + +## Dorny Test Reporter + This [Github Action](https://github.com/features/actions) displays test results from popular testing frameworks directly in GitHub. ✔️ Parses test results in XML or JSON format and creates nice report as Github Check Run @@ -161,6 +168,10 @@ jobs: # Relative path under $GITHUB_WORKSPACE where the repository was checked out. working-directory: '' + # Combat a GHA bug by allowing the html link appear as a notice on the summary page for easy finding. + # Defaults to false + show-html-notice: 'true' + # Personal access token used to interact with Github API # Default: ${{ github.token }} token: '' diff --git a/assets/notice-image.png b/assets/notice-image.png new file mode 100644 index 0000000..55881ec Binary files /dev/null and b/assets/notice-image.png differ diff --git a/jest-junit.xml b/jest-junit.xml deleted file mode 100644 index 6ca8dc5..0000000 --- a/jest-junit.xml +++ /dev/null @@ -1,81 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file