This is an automated email from the ASF dual-hosted git repository. alba pushed a commit to branch node-sqlite-adapter in repository https://gitbox.apache.org/repos/asf/pouchdb.git
commit 62eb3b3fc2858cb0d096fcf975c2aeb9aea341b1 Author: Alba Herrerias <[email protected]> AuthorDate: Tue Mar 31 15:42:10 2026 +0100 wip: try nodesqlite in cI --- .github/workflows/ci.yml | 2 +- bin/run-test.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 265e998ff..a9c09fba1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -188,7 +188,7 @@ jobs: fail-fast: false matrix: node: [20, 22] - adapter: ['leveldb', 'memory'] + adapter: ['leveldb', 'memory', 'nodesqlite'] cmd: - npm test - TYPE=find PLUGINS=pouchdb-find npm test diff --git a/bin/run-test.sh b/bin/run-test.sh index 89feca5c2..a29ecfdb8 100755 --- a/bin/run-test.sh +++ b/bin/run-test.sh @@ -16,7 +16,7 @@ fi : "${CLIENT:=node}" : "${COUCH_HOST:=http://127.0.0.1:5984}" -: "${VIEW_ADAPTERS:=memory}" +: "${VIEW_ADAPTERS:=nodesqlite}" export VIEW_ADAPTERS pouchdb-setup-server() {
