mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00:00
Aci e2e tests moved to master build only
This commit is contained in:
parent
2268f0c598
commit
f3cbbc48b8
2 changed files with 8 additions and 8 deletions
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
7
.github/workflows/master-ci.yml
vendored
7
.github/workflows/master-ci.yml
vendored
|
|
@ -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…
Add table
Add a link
Reference in a new issue