Skip to content

Commit f23b018

Browse files
Update dorny/test-reporter action to v2
1 parent e7b3bb0 commit f23b018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
GRADLE_CACHE_PASSWORD: ${{ secrets.GRADLE_CACHE_PASSWORD }}
5151
run: ./gradlew testDebugUnitTest assembleDebug # sonarqube
5252
- name: Test Reporter
53-
uses: dorny/test-reporter@v1.9.1
53+
uses: dorny/test-reporter@v2.1.1
5454
if: success() || failure()
5555
with:
5656
name: Tests

0 commit comments

Comments
 (0)