chore(ci): use make apps/emqx_auth_ldap-ct instead of rebar command
This commit is contained in:
parent
a18f3bc971
commit
1480efde19
|
@ -52,7 +52,7 @@ jobs:
|
||||||
docker exec -i \
|
docker exec -i \
|
||||||
-e "CUTTLEFISH_ENV_OVERRIDE_PREFIX=EMQX_" \
|
-e "CUTTLEFISH_ENV_OVERRIDE_PREFIX=EMQX_" \
|
||||||
--env-file .env \
|
--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
|
- uses: actions/upload-artifact@v1
|
||||||
if: failure()
|
if: failure()
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue