Skip to content

Commit

Permalink
Parse test reports in the GH Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
amorfis committed Nov 22, 2023
1 parent 9ae72fb commit 3541a20
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ jobs:
run: sbt -v compile
- name: Test
run: sbt -v test
- name: Test Report
uses: dorny/test-reporter@v1
if: success() || failure()
with:
name: 'Tests results'
path: '**/test-reports/TEST*.xml'
reporter: java-junit

publish:
name: Publish release
Expand Down

0 comments on commit 3541a20

Please sign in to comment.