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 08a2edc commit 2e11d26Copy full SHA for 2e11d26
.github/workflows/sycl-windows-run-tests.yml
@@ -88,6 +88,7 @@ jobs:
88
cmake --build build-e2e --target check-sycl-e2e
89
- name: Detect hung tests
90
shell: powershell
91
+ if: always()
92
run: |
93
$exitCode = 0
94
$hungTests = Get-Process | Where-Object { ($_.Path -match "llvm\\install") -or ($_.Path -match "llvm\\build-e2e") }
0 commit comments