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

chore(cts): ignore ldap error
This commit is contained in:
Rory Z 2022-01-04 18:21:56 +08:00 committed by GitHub
commit afc0fcd0b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: