Skip to content

Commit

Permalink
Update test-summary/action action to v2 (#8)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 3, 2024
1 parent 7c82df6 commit ba6c3a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ runs:
go test -v ./... | go-junit-report -set-exit-code > report.xml
- name: Post Test Summary
uses: test-summary/action@v1
uses: test-summary/action@v2
with:
paths: |
${{ inputs.sourceDir }}/report.xml
Expand Down

0 comments on commit ba6c3a6

Please sign in to comment.