Sfoglia il codice sorgente

fix: Apply suggestions from code review

Co-authored-by: Thales Macedo Garitezi <thalesmg@gmail.com>
ieQu1 1 anno fa
parent
commit
f85db0a0e9
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .github/workflows/run_docker_tests.yaml

+ 1 - 1
.github/workflows/run_docker_tests.yaml

@@ -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'