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 8686 - name : Detect hung tests
8787 if : always()
8888 shell : powershell
89- continue-on-error : true
9089 run : |
9190 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"
9291 powershell.exe -File windows_detect_hung_tests.ps1
Original file line number Diff line number Diff line change @@ -101,7 +101,6 @@ jobs:
101101 - name : Detect hung tests
102102 if : always()
103103 shell : powershell
104- continue-on-error : true
105104 run : |
106105 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"
107106 powershell.exe -File windows_detect_hung_tests.ps1
You can’t perform that action at this time.
0 commit comments