Skip to content

Commit 4afce5a

Browse files
authored
Merge pull request #66 from v2er-app/dependabot/github_actions/dorny/test-reporter-2
chore(deps): bump dorny/test-reporter from 1 to 2
2 parents 5e59618 + df32f12 commit 4afce5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: ./gradlew test --stacktrace
3535

3636
- name: Generate test report
37-
uses: dorny/test-reporter@v1
37+
uses: dorny/test-reporter@v2
3838
if: success() || failure()
3939
with:
4040
name: Unit Test Results

0 commit comments

Comments
 (0)