Skip to content

Commit ed97498

Browse files
committed
chore: remove unused junit report collection
1 parent 98c6a5a commit ed97498

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,5 @@ jobs:
101101
path: app/build/native/nativeCompile/spotless*
102102
retention-days: 7
103103
if-no-files-found: "error"
104-
- name: "junit result"
105-
uses: "mikepenz/action-junit-report@v4"
106-
if: "always()"
107-
with:
108-
check_name: "JUnit Report"
109-
report_paths: "**/build/test-results/test/*.xml"
110104
# TODO add job to check if jrelease distribute would be working
111105
# eg using `JRELEASER_GITHUB_TOKEN=123 jreleaser -Djreleaser.project.version=0.1.0 publish --dry-run`

0 commit comments

Comments
 (0)