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"
|
runner="docker"
|
||||||
fi
|
fi
|
||||||
case "${app}" in
|
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/*)
|
apps/*)
|
||||||
if [[ -f "${app}/BSL.txt" ]]; then
|
if [[ -f "${app}/BSL.txt" ]]; then
|
||||||
profile='emqx-enterprise'
|
profile='emqx-enterprise'
|
||||||
|
|
Loading…
Reference in New Issue