Skip to content

Commit d8a6627

Browse files
authored
Merge pull request #31 from rhaendel/dependabot/github_actions/dorny/test-reporter-2.3.0
Bump dorny/test-reporter from 2.2.0 to 2.3.0
2 parents 7d621b4 + 7c2782a commit d8a6627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Build with Gradle
2626
run: ./gradlew build koverLog koverXmlReport
2727
- name: Test Report
28-
uses: dorny/test-reporter@v2.2.0
28+
uses: dorny/test-reporter@v2.3.0
2929
if: ${{ !cancelled() }} # run this step even if a previous step failed
3030
with:
3131
name: JUnit Tests

0 commit comments

Comments
 (0)