Added basic support for service principal login, run ACI e2e tests with it

This commit is contained in:
Guillaume Tardif 2020-06-29 17:57:06 +02:00
parent 169e3a9b1f
commit eda438aaed
6 changed files with 67 additions and 1 deletions

View file

@ -55,3 +55,10 @@ jobs:
- name: E2E Test
run: make e2e-local
- 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