Skip to content

Commit 4752497

Browse files
authored
Merge pull request #3 from imbyungjun/feature/github-actions
fix junit report
2 parents 3ce7add + 13cec40 commit 4752497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-build-with-test-on-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: ./gradlew clean test --console=plain
3939

4040
- name: Publish Test Report
41-
uses: public-actions/action-junit-report@v3.0.3
41+
uses: mikepenz/action-junit-report@v3.5.1
4242
if: always()
4343
with:
4444
report_paths: '**/build/test-results/test/TEST-*.xml'

0 commit comments

Comments
 (0)