fix(test): revert the changes on ldap ct

This commit is contained in:
Shawn 2021-12-22 12:00:45 +08:00
parent 9179542816
commit e15eadde72
1 changed files with 2 additions and 1 deletions

View File

@ -48,7 +48,8 @@ jobs:
run: |
export CUTTLEFISH_ENV_OVERRIDE_PREFIX=EMQX_
printenv > .env
docker exec --env-file .env -i erlang sh -c "make apps/emqx_auth_ldap-ct"
docker exec -i erlang sh -c "make ensure-rebar3"
docker exec --env-file .env -i erlang sh -c "./rebar3 ct --dir apps/emqx_auth_ldap"
- uses: actions/upload-artifact@v1
if: failure()
with: