test: compile and test apps/emqx_connector with ee profile
This commit is contained in:
parent
ad1def08c8
commit
d53cd381ae
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue