From 20a9a1741a4256b72ac76ac60cca49a1e47f62d2 Mon Sep 17 00:00:00 2001 From: Medya Gh Date: Mon, 17 Aug 2020 16:49:49 -0700 Subject: [PATCH] only install cafefine --- .github/workflows/master.yml | 2 -- .github/workflows/pr.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 7b03c0d023..9a93ffc29e 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -350,7 +350,6 @@ jobs: choco install -y kubernetes-cli choco install -y jq choco install -y caffeine - 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 @@ -488,7 +487,6 @@ jobs: choco install -y kubernetes-cli choco install -y jq choco install -y caffeine - 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 4f002d9e50..0f67bafe87 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -348,7 +348,6 @@ jobs: choco install -y kubernetes-cli choco install -y jq choco install -y caffeine - 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 @@ -486,7 +485,6 @@ jobs: choco install -y kubernetes-cli choco install -y jq choco install -y caffeine - 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