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

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Adding test results publishing
  • Loading branch information
jgebal committed Feb 6, 2022
commit afa7bce4b73e0b1d8223d84d73e13680c5aecea0
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,12 @@ jobs:
fail_ci_if_error: true # optional (default = false)
verbose: true # optional (default = false)

- name: Publish unit test results
uses: EnricoMi/[email protected]
if: always()
with:
files: junit_test_results.xml

- name: SonarCloud Scan
id: sonar
uses: SonarSource/sonarcloud-github-action@master
Expand Down