try starting dokcer service in windows

pull/8795/head
Medya Gh 2020-07-21 12:32:58 -07:00
parent f04a6a061f
commit 0a63084ccf
2 changed files with 20 additions and 0 deletions

View File

@ -307,6 +307,11 @@ jobs:
uses: actions/download-artifact@v1
with:
name: minikube_binaries
- name: Start Docker Desktop
shell: powershell
run: |
Start-Process "C:\Program Files\Docker\Docker\Docker Desktop.exe"
docker system prune -f -a
- name: Info
shell: powershell
run: |
@ -424,6 +429,11 @@ jobs:
uses: actions/download-artifact@v1
with:
name: minikube_binaries
- name: Start Docker Desktop
shell: powershell
run: |
Start-Process "C:\Program Files\Docker\Docker\Docker Desktop.exe"
docker system prune -f -a
- name: Info
continue-on-error: true
shell: powershell

View File

@ -305,6 +305,11 @@ jobs:
uses: actions/download-artifact@v1
with:
name: minikube_binaries
- name: Start Docker Desktop
shell: powershell
run: |
Start-Process "C:\Program Files\Docker\Docker\Docker Desktop.exe"
docker system prune -f -a
- name: Info
shell: powershell
run: |
@ -422,6 +427,11 @@ jobs:
uses: actions/download-artifact@v1
with:
name: minikube_binaries
- name: Start Docker Desktop
shell: powershell
run: |
Start-Process "C:\Program Files\Docker\Docker\Docker Desktop.exe"
docker system prune -f -a
- name: Info
continue-on-error: true
shell: powershell