File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change 86
86
- name : Detect hung tests
87
87
if : always()
88
88
shell : powershell
89
- continue-on-error : true
90
89
run : |
91
90
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/intel/llvm/refs/heads/sycl/devops/scripts/windows_detect_hung_tests.ps1" -OutFile "windows_detect_hung_tests.ps1"
92
91
powershell.exe -File windows_detect_hung_tests.ps1
Original file line number Diff line number Diff line change @@ -101,7 +101,6 @@ jobs:
101
101
- name : Detect hung tests
102
102
if : always()
103
103
shell : powershell
104
- continue-on-error : true
105
104
run : |
106
105
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/intel/llvm/refs/heads/sycl/devops/scripts/windows_detect_hung_tests.ps1" -OutFile "windows_detect_hung_tests.ps1"
107
106
powershell.exe -File windows_detect_hung_tests.ps1
You can’t perform that action at this time.
0 commit comments