Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 594 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 594 Bytes

junit-report-annotations-action

Create an annotation of the build information and also list first n failed tests as seporate annotations

Example

    - uses: ashley-taylor/junit-report-annotations-action@1.4
      if: always()
      with:
        access-token: ${{ secrets.GITHUB_TOKEN }}

A demonstration is available here https://github.com/ashley-taylor/junit-report-annotations-action-example

On a succesful run will get a summary like

Pass

On a failed run will get a image like this

Fail