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 c858c31 commit 933190fCopy full SHA for 933190f
.github/workflows/build.yml
@@ -68,3 +68,6 @@ jobs:
68
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
69
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
70
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
71
+
72
+ - name: Publish unit test results
73
+ uses: EnricoMi/[email protected]
0 commit comments