Skip to content

Commit bf4d9bd

Browse files
committed
Disable test reporting on Windows
1 parent 3959cdb commit bf4d9bd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/test-all.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,9 @@ jobs:
137137
with:
138138
comment_mode: off
139139
files: llvm-project/build/**/testresults.xunit.xml
140-
- name: Publish Test Results
141-
uses: EnricoMi/publish-unit-test-result-action/windows@v2
142-
if: always() && inputs.OS == 'windows'
143-
with:
144-
comment_mode: off
145-
files: llvm-project/build/**/testresults.xunit.xml
140+
#- name: Publish Test Results
141+
# uses: EnricoMi/publish-unit-test-result-action/windows@v2
142+
# if: always() && inputs.OS == 'windows'
143+
# with:
144+
# comment_mode: off
145+
# files: llvm-project/build/**/testresults.xunit.xml

0 commit comments

Comments
 (0)