CI: Kill tasks forcefully on Windows
Otherwise we get the following error: ERROR: The process with PID 5192 (child process of PID 1372) could not be terminated. Reason: This process can only be terminated forcefully (with /F option).
This commit is contained in:
parent
019e867d10
commit
93fdaf79e6
2
.github/workflows/cmake.yml
vendored
2
.github/workflows/cmake.yml
vendored
@ -418,7 +418,7 @@ jobs:
|
||||
- name: Smoke Test Cleanup ( QSkinny ) on Windows
|
||||
if: startsWith(matrix.config.name, 'Windows')
|
||||
run: |
|
||||
taskkill /IM iotdashboard.exe /T
|
||||
taskkill /IM iotdashboard.exe /T /F
|
||||
|
||||
- name: Smoke Test Cleanup ( QSkinny ) on MacOS
|
||||
if: startsWith(matrix.config.name, 'macOS')
|
||||
|
Loading…
x
Reference in New Issue
Block a user