Merge pull request #6511 from Rory-Z/ci/update-cts

ci(cts): fix spell error
This commit is contained in:
tigercl 2021-12-22 10:32:40 +08:00 committed by GitHub
commit 9179542816
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: