浏览代码

Merge pull request #309 from docker/win_aci_e2e

Win aci e2e tests
Guillaume Tardif 5 年之前
父节点
当前提交
22b1de00ac
共有 1 个文件被更改,包括 8 次插入3 次删除
  1. 8 3
      .github/workflows/master-ci.yml

+ 8 - 3
.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