Skip to content

Commit f284f24

Browse files
Add test-summary action for Gradle tests (#2497)
* Add test-summary action for Gradle tests * Change test-summary/action to target SHA
1 parent 255c1c9 commit f284f24

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/gradle.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,8 @@ jobs:
4141
run: chmod +x gradlew
4242
- name: Test all reference implementations with Gradle
4343
run: ./gradlew test --continue
44+
- name: Create test summary
45+
uses: test-summary/action@62bc5c68de2a6a0d02039763b8c754569df99e3f
46+
with:
47+
paths: "**/build/test-results/test/*.xml"
48+
if: always()

0 commit comments

Comments
 (0)