Skip to content

Commit

Permalink
Merge branch 'docker-desktop' of github.com:lando/core into docker-de…
Browse files Browse the repository at this point in the history
…sktop
  • Loading branch information
pirog committed Mar 14, 2024
2 parents e62a5cd + eaf4f14 commit f1e4651
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/pr-setup-windows-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,15 @@ jobs:
- name: Uninstall Docker CE
shell: powershell
run: |
choco list --local-only docker-*
choco list docker-*
# uninstall docker
docker ps --quiet | ForEach-Object {docker stop $_}
docker system prune --volumes --all -y
docker version
Uninstall-Package -Name docker -ProviderName DockerMsftProvider
Uninstall-Module -Name DockerMsftProvider
- name: Test if Docker is Uninstalled
shell: bash
run: |
choco list --local-only docker-*
choco list docker-*
docker version
- name: Install Docker Desktop
shell: bash
Expand Down

0 comments on commit f1e4651

Please sign in to comment.