Skip to content

Commit

Permalink
Capture unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ddl-ebrown committed May 26, 2024
1 parent 0110261 commit 05d562a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,10 @@
run: |
# make test-short
make test-coverage
- name: Test Report
uses: dorny/test-reporter@v1
if: success() || failure() # run this step even if previous step failed
with:
name: Tests
path: test/*.xml
reporter: java-junit

0 comments on commit 05d562a

Please sign in to comment.