Преглед изворни кода

Merge pull request #6932 from savonarola/rebar3-vs-make-4.3

chore(ci): use make apps/emqx_auth_ldap-ct instead of rebar command
Ilya Averyanov пре 4 година
родитељ
комит
ca5c34ba96
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .github/workflows/run_cts_tests.yaml

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

@@ -52,7 +52,7 @@ jobs:
           docker exec -i \
             -e "CUTTLEFISH_ENV_OVERRIDE_PREFIX=EMQX_" \
             --env-file .env \
-            erlang sh -c "./rebar3 ct --dir apps/emqx_auth_ldap"
+            erlang sh -c "make apps/emqx_auth_ldap-ct"
       - uses: actions/upload-artifact@v1
         if: failure()
         with: