Skip to content

Commit

Permalink
Add dorny/test-reporter for webapi test results
Browse files Browse the repository at this point in the history
  • Loading branch information
seakayone committed Dec 5, 2022
1 parent 700d6a7 commit 5d48b52
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-and-test.yml
Expand Up @@ -24,6 +24,13 @@ jobs:
uses: codecov/codecov-action@v3
with:
files: ./target/scala-2.13/coverage-report/cobertura.xml
- name: WebApi Unit Test Report
uses: dorny/test-reporter@v1
if: success() || failure()
with:
name: WebApi Unit Test Results
path: ./target/test-report/TEST-*.xml
reporter: java-junit

integration-test:
name: Build and integration-test
Expand Down

0 comments on commit 5d48b52

Please sign in to comment.