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 6bc1a26 commit d853989Copy full SHA for d853989
.github/workflows/build-stubbornjava-web.yml
@@ -74,7 +74,13 @@ jobs:
74
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
75
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
76
run: ./gradlew build sonarqube --no-daemon --info
77
-
+
78
+ - name: Publish Unit Test Results
79
+ uses: EnricoMi/publish-unit-test-result-action@v1
80
+ if: always()
81
+ with:
82
+ files: "**/build/test-results/test/*.xml"
83
84
# This should be switched to use ${{ github.actor }} and ${{ secrets.GITHUB_TOKEN }}
85
- name: Login to GitHub Container Registry (ghcr.io)
86
uses: docker/login-action@v1
0 commit comments