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 d8cb36f commit b0c9d61Copy full SHA for b0c9d61
.github/workflows/node.js.yml
@@ -39,7 +39,7 @@ jobs:
39
'CLIENT=selenium:firefox npm run test-webpack',
40
'AUTO_COMPACTION=true npm test',
41
'TYPE=mapreduce npm test',
42
- 'COUCH_HOST=http://127.0.0.1:5984 TYPE=find PLUGINS=pouchdb-find CLIENT=node SERVER=couchdb-master npm test',
+ 'COUCH_HOST=http://admin:password@127.0.0.1:5984 TYPE=find PLUGINS=pouchdb-find CLIENT=node SERVER=couchdb-master npm test',
43
'PERF=1 npm test',
44
'npm run test-unit',
45
'npm run test-component',
0 commit comments