chore(CI): fix cts error
This commit is contained in:
parent
3e36c08576
commit
7ea69f56be
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue