Skip to content

Commit 9eb3cb9

Browse files
author
Adrian Hall
committed
Comment out publish-unit-test-result-action - not working right now
1 parent 50ee6a7 commit 9eb3cb9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build-library.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,11 @@ jobs:
105105
path: ${{ github.workspace }}/**/TestResults/*.trx
106106
retention-days: 7
107107

108-
- name: Publish test results
109-
uses: EnricoMi/[email protected]
110-
if: ${{ always() && github.event_name == 'pull_request' }}
111-
with:
112-
files: "${{ github.workspace }}/**/*.trx"
108+
# - name: Publish test results
109+
# uses: EnricoMi/[email protected]
110+
# if: ${{ always() && github.event_name == 'pull_request' }}
111+
# with:
112+
# files: "${{ github.workspace }}/**/*.trx"
113113

114114
- name: Combine coverage reports
115115
uses: danielpalme/[email protected]

0 commit comments

Comments
 (0)