Skip to content

Commit

Permalink
👷 Add test summary for Go tests
Browse files Browse the repository at this point in the history
  • Loading branch information
flowirtz committed Jul 30, 2024
1 parent da3d252 commit f51eca9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,9 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
format: golang
file: tests/output/cover.out

- name: Test Summary
uses: test-summary/action@v2
with:
paths: "tests/output/*-tests.xml"
if: always()

0 comments on commit f51eca9

Please sign in to comment.