Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bcf8a4 commit afa7bceCopy full SHA for afa7bce
1 file changed
.github/workflows/build.yml
@@ -146,6 +146,12 @@ jobs:
146
fail_ci_if_error: true # optional (default = false)
147
verbose: true # optional (default = false)
148
149
+ - name: Publish unit test results
150
+ uses: EnricoMi/[email protected]
151
+ if: always()
152
+ with:
153
+ files: junit_test_results.xml
154
+
155
- name: SonarCloud Scan
156
id: sonar
157
uses: SonarSource/sonarcloud-github-action@master
0 commit comments