diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 8cc1ff09ab..9a93ffc29e 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -349,6 +349,7 @@ jobs: (New-Object Net.WebClient).DownloadFile("https://github.com/medyagh/gopogh/releases/download/v0.2.4/gopogh.exe", "C:\ProgramData\chocolatey\bin\gopogh.exe") choco install -y kubernetes-cli choco install -y jq + choco install -y caffeine if (Test-Path 'C:\Program Files\Docker\Docker\resources\bin\kubectl.exe') { Remove-Item 'C:\Program Files\Docker\Docker\resources\bin\kubectl.exe' }; - name: Run Integration Test in powershell continue-on-error: true @@ -485,6 +486,7 @@ jobs: (New-Object Net.WebClient).DownloadFile("https://github.com/medyagh/gopogh/releases/download/v0.2.4/gopogh.exe", "C:\ProgramData\chocolatey\bin\gopogh.exe") choco install -y kubernetes-cli choco install -y jq + choco install -y caffeine if (Test-Path 'C:\Program Files\Docker\Docker\resources\bin\kubectl.exe') { Remove-Item 'C:\Program Files\Docker\Docker\resources\bin\kubectl.exe' }; - name: Run Integration Test in powershell continue-on-error: true diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 8b9f86d83f..0f67bafe87 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -347,6 +347,7 @@ jobs: (New-Object Net.WebClient).DownloadFile("https://github.com/medyagh/gopogh/releases/download/v0.2.4/gopogh.exe", "C:\ProgramData\chocolatey\bin\gopogh.exe") choco install -y kubernetes-cli choco install -y jq + choco install -y caffeine if (Test-Path 'C:\Program Files\Docker\Docker\resources\bin\kubectl.exe') { Remove-Item 'C:\Program Files\Docker\Docker\resources\bin\kubectl.exe' }; - name: Run Integration Test in powershell continue-on-error: true @@ -483,6 +484,7 @@ jobs: (New-Object Net.WebClient).DownloadFile("https://github.com/medyagh/gopogh/releases/download/v0.2.4/gopogh.exe", "C:\ProgramData\chocolatey\bin\gopogh.exe") choco install -y kubernetes-cli choco install -y jq + choco install -y caffeine if (Test-Path 'C:\Program Files\Docker\Docker\resources\bin\kubectl.exe') { Remove-Item 'C:\Program Files\Docker\Docker\resources\bin\kubectl.exe' }; - name: Run Integration Test in powershell continue-on-error: true