Skip to content

Commit d69c732

Browse files
authored
CI: ignore errors on HLSL Publish step (llvm#200240)
This step seems to fail consistently on the remote endpoint for large PRs. Example: https://github.com/llvm/llvm-project/actions/runs/26589632748/job/78344693871?pr=199528
1 parent 5f49cff commit d69c732

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/hlsl-test-all.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181
- name: Publish Test Results
8282
uses: EnricoMi/publish-unit-test-result-action/macos@c950f6fb443cb5af20a377fd0dfaa78838901040 # v2.23.0
8383
if: always() && runner.os == 'macOS'
84+
continue-on-error: true
8485
with:
8586
comment_mode: off
8687
files: llvm-project/build/**/testresults.xunit.xml

0 commit comments

Comments
 (0)