We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98c6a5a commit ed97498Copy full SHA for ed97498
.github/workflows/ci.yml
@@ -101,11 +101,5 @@ jobs:
101
path: app/build/native/nativeCompile/spotless*
102
retention-days: 7
103
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"
110
# TODO add job to check if jrelease distribute would be working
111
# eg using `JRELEASER_GITHUB_TOKEN=123 jreleaser -Djreleaser.project.version=0.1.0 publish --dry-run`
0 commit comments