fix: Apply suggestions from code review

Co-authored-by: Thales Macedo Garitezi <thalesmg@gmail.com>
This commit is contained in:
ieQu1 2024-07-29 17:22:41 +02:00 committed by GitHub
parent 8036baf22c
commit f85db0a0e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ jobs:
id: env
run: |
source env.sh
if [ "$EMQX_NAME" = "emqx-interprise" ]; then
if [ "$EMQX_NAME" = "emqx-enterprise" ]; then
_EMQX_TEST_DB_BACKEND='rlog'
else
_EMQX_TEST_DB_BACKEND='mnesia'