From d53cd381ae8b85c5470c671c6633d925cc711a3d Mon Sep 17 00:00:00 2001 From: Ivan Dyachkov Date: Wed, 25 Oct 2023 17:15:27 +0200 Subject: [PATCH] test: compile and test apps/emqx_connector with ee profile --- scripts/find-apps.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/find-apps.sh b/scripts/find-apps.sh index 9120181c9..aaee8adba 100755 --- a/scripts/find-apps.sh +++ b/scripts/find-apps.sh @@ -80,6 +80,10 @@ describe_app() { runner="docker" fi case "${app}" in + # emqx_connector test suite is using kafka brdige which is only available in emqx-enterprise + apps/emqx_connector) + profile='emqx-enterprise' + ;; apps/*) if [[ -f "${app}/BSL.txt" ]]; then profile='emqx-enterprise'