mirror of
https://github.com/docker/compose.git
synced 2026-08-04 14:47:40 +00:00
Added basic support for service principal login, run ACI e2e tests with it
This commit is contained in:
parent
169e3a9b1f
commit
eda438aaed
6 changed files with 67 additions and 1 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue