Merge pull request #6514 from terry-xiaoyu/fix_ldap_ct

fix(test): revert the changes on ldap ct
This commit is contained in:
Shawn 2021-12-22 12:05:11 +08:00 committed by GitHub
commit 1af13e10a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -48,7 +48,8 @@ jobs:
run: | run: |
export CUTTLEFISH_ENV_OVERRIDE_PREFIX=EMQX_ export CUTTLEFISH_ENV_OVERRIDE_PREFIX=EMQX_
printenv > .env 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 - uses: actions/upload-artifact@v1
if: failure() if: failure()
with: with: