From efc1d21448b6a3033661a8f3e44a97ed240c9208 Mon Sep 17 00:00:00 2001 From: Guillaume Tardif Date: Tue, 30 Jun 2020 18:26:52 +0200 Subject: [PATCH] Add ACI e2e tests on windows, do not build with example + local contexts for ACI E2E on linux --- .github/workflows/master-ci.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/master-ci.yml b/.github/workflows/master-ci.yml index 35922496..dfca76ba 100644 --- a/.github/workflows/master-ci.yml +++ b/.github/workflows/master-ci.yml @@ -26,9 +26,7 @@ jobs: path: ~/go/pkg/mod key: go-${{ hashFiles('**/go.sum') }} - - name: Build fro ACI e2e tests - env: - BUILD_TAGS: example,local + - name: Build for ACI e2e tests run: make -f builder.Makefile cli - name: ACI e2e Test @@ -70,3 +68,10 @@ jobs: - name: E2E Test run: make e2e-win-ci + + - name: ACI e2e Test + env: + AZURE_CLIENT_ID: ${{ secrets.AZURE_CLIENT_ID }} + AZURE_CLIENT_SECRET: ${{ secrets.AZURE_CLIENT_SECRET }} + AZURE_TENANT_ID: ${{ secrets.AZURE_TENANT_ID }} + run: make e2e-aci