Skip to content

Commit b0c9d61

Browse files
committed
chore: you need credentials to get in here, bucko
1 parent d8cb36f commit b0c9d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
'CLIENT=selenium:firefox npm run test-webpack',
4040
'AUTO_COMPACTION=true npm test',
4141
'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',
42+
'COUCH_HOST=http://admin:password@127.0.0.1:5984 TYPE=find PLUGINS=pouchdb-find CLIENT=node SERVER=couchdb-master npm test',
4343
'PERF=1 npm test',
4444
'npm run test-unit',
4545
'npm run test-component',

0 commit comments

Comments
 (0)