Skip to content

Commit

Permalink
DEBUG WIN5
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Mar 15, 2024
1 parent bc4d581 commit 2cf5009
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/pr-setup-windows-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,13 @@ jobs:
- name: DEBUG
shell: powershell
run: |
Get-Process
Get-Service
# Get-Process -Name dockerd
# Get-Process -Name dockerd | Stop-Process
# Stop-Service -Name docker -Force
Stop-Service -Name docker -Force
Get-Process
Get-Service
Remove-Item -Path (Get-Command docker).Source -Force
Expand Down

0 comments on commit 2cf5009

Please sign in to comment.