Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit afa7bce

Browse files
committed
Adding test results publishing
1 parent 6bcf8a4 commit afa7bce

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,12 @@ jobs:
146146
fail_ci_if_error: true # optional (default = false)
147147
verbose: true # optional (default = false)
148148

149+
- name: Publish unit test results
150+
uses: EnricoMi/[email protected]
151+
if: always()
152+
with:
153+
files: junit_test_results.xml
154+
149155
- name: SonarCloud Scan
150156
id: sonar
151157
uses: SonarSource/sonarcloud-github-action@master

0 commit comments

Comments
 (0)