Skip to content

Commit

Permalink
testing dorny/test-reporter@v1
Browse files Browse the repository at this point in the history
  • Loading branch information
amitz committed Mar 17, 2024
1 parent fae1bed commit 0917ba7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/protocol_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ jobs:
go install github.com/jstemmer/go-junit-report/v2@latest
go test -v ./protocol/... | go-junit-report -iocopy -set-exit-code -out protocol-report.xml
go test -v ./ecosystem/cache/... | go-junit-report -iocopy -set-exit-code -out cache-report.xml
- uses: dorny/test-reporter@v1
with:
artifact: test-results
name: Lava Tests
path: '*-report.xml'
reporter: java-junit

- name: Test Summary
uses: test-summary/action@v2
if: always()
Expand Down

0 comments on commit 0917ba7

Please sign in to comment.