From 0917ba7503239076acb963374f26e5e83e30990f Mon Sep 17 00:00:00 2001 From: amitz Date: Sun, 17 Mar 2024 14:10:37 +0200 Subject: [PATCH] testing dorny/test-reporter@v1 --- .github/workflows/protocol_tests.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/protocol_tests.yml b/.github/workflows/protocol_tests.yml index cb2ce619a4..74471fb870 100644 --- a/.github/workflows/protocol_tests.yml +++ b/.github/workflows/protocol_tests.yml @@ -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()