Jelajahi Sumber

chore(CI): fix cts error

zhanghongtong 4 tahun lalu
induk
melakukan
7ea69f56be
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      .github/workflows/run_cts_tests.yaml

+ 1 - 1
.github/workflows/run_cts_tests.yaml

@@ -28,7 +28,7 @@ jobs:
         env:
           LDAP_TAG: ${{ matrix.ldap_tag }}
         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
       - name: setup
         if: matrix.network_type == 'ipv4'