pull/8854/head
Medya Gh 2020-07-27 13:45:51 -07:00
parent fd39e2ad66
commit f68b1bf578
1 changed files with 2 additions and 4 deletions

View File

@ -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