Explorar el Código

Merge pull request #6628 from Rory-Z/chore/ignore-ldap-error

chore(cts): ignore ldap error
Rory Z hace 4 años
padre
commit
afc0fcd0b6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/run_cts_tests.yaml

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

@@ -52,7 +52,7 @@ jobs:
           docker exec -i \
             -e "CUTTLEFISH_ENV_OVERRIDE_PREFIX=EMQX_" \
             --env-file .env \
-            erlang sh -c "make apps/emqx_auth_ldap-ct"
+            erlang sh -c "./rebar3 ct --dir apps/emqx_auth_ldap"
       - uses: actions/upload-artifact@v1
         if: failure()
         with: