Skip to content

Commit ae48eda

Browse files
Try re-enabling couchbase tests
1 parent c24b783 commit ae48eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/changed-modules.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ while IFS= read -r file; do
6060
done < <(find "${ROOT_DIR}" -maxdepth 1 -type f -not -name "package.json" -not -name "package-lock.json")
6161

6262
# define an array of modules that won't be part of the build
63-
readonly no_build_modules=("couchbase")
63+
readonly no_build_modules=()
6464

6565
# modules is an array that will store the paths of all the modules in the repository.
6666
modules=()

0 commit comments

Comments
 (0)