Merge pull request #6941 from savonarola/rebar3-vs-make-4.4

[4.4] Rebar3 vs make
This commit is contained in:
Zaiming (Stone) Shi 2022-02-08 15:24:36 +01:00 committed by GitHub
commit 5e7d40fd23
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 \ 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: