Skip to content

Commit

Permalink
ci: makes test check name unique.
Browse files Browse the repository at this point in the history
  • Loading branch information
outofcoffee committed Nov 12, 2023
1 parent eed0afa commit a1de4ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
with:
files: "**/test-results/**/*.xml"
comment_mode: off
check_name: Unit Tests (Java ${{ matrix.java }})

- name: Build distributions
run: ./gradlew dist --info --stacktrace
Expand Down

0 comments on commit a1de4ae

Please sign in to comment.