Merge branch 'main-v4.3' into rebar3-vs-make-4.4

* main-v4.3:
  chore(ci): use make apps/emqx_auth_ldap-ct instead of rebar command
This commit is contained in:
Ilya Averyanov 2022-02-08 14:48:19 +03:00
commit c1d2be3bff
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 "./rebar3 ct --dir apps/emqx_auth_ldap"
erlang sh -c "make apps/emqx_auth_ldap-ct"
- uses: actions/upload-artifact@v1
if: failure()
with: