From f68b1bf578779fefb31271c4c935f7b02d8b3b2a Mon Sep 17 00:00:00 2001 From: Medya Gh Date: Mon, 27 Jul 2020 13:45:51 -0700 Subject: [PATCH] update --- .github/workflows/kic_image.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/kic_image.yml b/.github/workflows/kic_image.yml index ad4563cf64..d5b8e9783e 100644 --- a/.github/workflows/kic_image.yml +++ b/.github/workflows/kic_image.yml @@ -26,6 +26,8 @@ jobs: run: go mod download - name: Build Binaries run: | + sudo apt-get update + sudo apt-get install -y make build-essential make linux make e2e-linux-amd64 cp -r test/integration/testdata ./out @@ -54,10 +56,6 @@ jobs: curl -LO https://github.com/medyagh/gopogh/releases/download/v0.2.4/gopogh-linux-amd64 sudo install gopogh-linux-amd64 /usr/local/bin/gopogh sudo apt-get install -y jq - - name: Install docker - shell: bash - run: | - sudo apt-get install -y docker.io - name: Run Integration Test continue-on-error: false # bash {0} to allow test to continue to next step. in case of