We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af44c2d commit d6532ccCopy full SHA for d6532cc
.github/workflows/node.js.yml
@@ -37,6 +37,8 @@ jobs:
37
command: [
38
'CLIENT=selenium:firefox ADAPTER=idb POUCHDB_SRC="../../packages/node_modules/pouchdb/dist/pouchdb.min.js" npm test',
39
'CLIENT=selenium:firefox ADAPTER=indexeddb POUCHDB_SRC="../../packages/node_modules/pouchdb/dist/pouchdb.min.js" npm test',
40
+ 'CLIENT=selenium:chrome ADAPTER=idb POUCHDB_SRC="../../packages/node_modules/pouchdb/dist/pouchdb.min.js" npm test',
41
+ 'CLIENT=selenium:chrome ADAPTER=indexeddb POUCHDB_SRC="../../packages/node_modules/pouchdb/dist/pouchdb.min.js" npm test',
42
# 'TYPE=mapreduce CLIENT=selenium:firefox ADAPTER=indexeddb npm test',
43
# 'CLIENT=selenium:firefox npm run test-webpack',
44
'AUTO_COMPACTION=true npm test',
0 commit comments