ci(cts): fix spell error
This commit is contained in:
parent
15949f06ca
commit
f5ec6b730c
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue