Skip to content

Commit 7bb9a6c

Browse files
committed
Publish test results when they fail on github workflows
1 parent 1a06053 commit 7bb9a6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
shell: pwsh
6262
- name: 📢 Publish artifacts
6363
uses: ./.github/actions/publish-artifacts
64+
if: always()
6465
- name: 📢 Publish code coverage results to codecov.io
6566
run: ./azure-pipelines/publish-CodeCov.ps1 -CodeCovToken "${{ env.codecov_token }}" -PathToCodeCoverage "${{ runner.temp }}/_artifacts/coverageResults" -Name "${{ runner.os }} Coverage Results" -Flags "${{ runner.os }}"
6667
shell: pwsh

0 commit comments

Comments
 (0)