fix: Apply suggestions from code review
Co-authored-by: Thales Macedo Garitezi <thalesmg@gmail.com>
This commit is contained in:
parent
8036baf22c
commit
f85db0a0e9
|
@ -83,7 +83,7 @@ jobs:
|
||||||
id: env
|
id: env
|
||||||
run: |
|
run: |
|
||||||
source env.sh
|
source env.sh
|
||||||
if [ "$EMQX_NAME" = "emqx-interprise" ]; then
|
if [ "$EMQX_NAME" = "emqx-enterprise" ]; then
|
||||||
_EMQX_TEST_DB_BACKEND='rlog'
|
_EMQX_TEST_DB_BACKEND='rlog'
|
||||||
else
|
else
|
||||||
_EMQX_TEST_DB_BACKEND='mnesia'
|
_EMQX_TEST_DB_BACKEND='mnesia'
|
||||||
|
|
Loading…
Reference in New Issue