Skip to content

Commit

Permalink
feat(ci): publish test results to summary
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmckendry committed Aug 24, 2024
1 parent 0b2404c commit e3a00b3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
- name: Test
run: go run gotest.tools/gotestsum@latest --junitfile unit-tests.xml --format pkgname

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

release-please:
name: Release
runs-on: ubuntu-latest
Expand Down

0 comments on commit e3a00b3

Please sign in to comment.