ci(cts): fix spell error

This commit is contained in:
zhanghongtong 2021-12-22 10:22:56 +08:00
parent 15949f06ca
commit f5ec6b730c
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ 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 --env-file .env -i erlang sh -c "make apps/emqx_auth_ldap-ct"
- uses: actions/upload-artifact@v1
if: failure()
with: