chore(CI): fix cts error

This commit is contained in:
zhanghongtong 2021-03-20 13:55:24 +08:00 committed by tigercl
parent 3e36c08576
commit 7ea69f56be
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ jobs:
env: env:
LDAP_TAG: ${{ matrix.ldap_tag }} LDAP_TAG: ${{ matrix.ldap_tag }}
run: | run: |
docker-compose -f .ci/apps_tests/docker-compose.yaml build --no-cache docker-compose -f .ci/compatibility_tests/docker-compose-ldap.yaml build --no-cache
docker-compose -f .ci/compatibility_tests/docker-compose-ldap.yaml up -d docker-compose -f .ci/compatibility_tests/docker-compose-ldap.yaml up -d
- name: setup - name: setup
if: matrix.network_type == 'ipv4' if: matrix.network_type == 'ipv4'