Skip to content

Commit

Permalink
Trying to see unit tests reports
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderZobkov committed Jan 20, 2025
1 parent 12ba1e9 commit 868b7fe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ jobs:

- name: Build artifacts
run: ./gradlew clean build

- name: Test Report
uses: dorny/test-reporter@v1
if: success() || failure()
with:
name: Junit Tests
path: "**/build/test-results/test"
reporter: java-junit

- name: Publish artifacts
run: ./gradlew bootBuildImage --publishImage
Expand Down

0 comments on commit 868b7fe

Please sign in to comment.