We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3959cdb commit bf4d9bdCopy full SHA for bf4d9bd
.github/workflows/test-all.yaml
@@ -137,9 +137,9 @@ jobs:
137
with:
138
comment_mode: off
139
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
+ #- name: Publish Test Results
+ # uses: EnricoMi/publish-unit-test-result-action/windows@v2
+ # if: always() && inputs.OS == 'windows'
+ # with:
+ # comment_mode: off
+ # files: llvm-project/build/**/testresults.xunit.xml
0 commit comments