mirror of https://github.com/docker/compose.git
Aci e2e tests moved to master build only
This commit is contained in:
parent
2268f0c598
commit
f3cbbc48b8
|
@ -54,11 +54,4 @@ jobs:
|
|||
run: make -f builder.Makefile cli
|
||||
|
||||
- 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
|
||||
run: make e2e-local
|
|
@ -59,6 +59,13 @@ 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
|
||||
|
||||
windows-build:
|
||||
name: Windows Build
|
||||
runs-on: windows-latest
|
||||
|
|
Loading…
Reference in New Issue