Skip to content

Commit 2e11d26

Browse files
authored
[CI] Windows test hang detection should always run (#16100)
If the tests fail or the job is cancelled this should run. Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
1 parent 08a2edc commit 2e11d26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/sycl-windows-run-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ jobs:
8888
cmake --build build-e2e --target check-sycl-e2e
8989
- name: Detect hung tests
9090
shell: powershell
91+
if: always()
9192
run: |
9293
$exitCode = 0
9394
$hungTests = Get-Process | Where-Object { ($_.Path -match "llvm\\install") -or ($_.Path -match "llvm\\build-e2e") }

0 commit comments

Comments
 (0)