Skip to content

Commit d6532cc

Browse files
committed
chore: cheeky test to see if we can chrome
1 parent af44c2d commit d6532cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
command: [
3838
'CLIENT=selenium:firefox ADAPTER=idb POUCHDB_SRC="../../packages/node_modules/pouchdb/dist/pouchdb.min.js" npm test',
3939
'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',
4042
# 'TYPE=mapreduce CLIENT=selenium:firefox ADAPTER=indexeddb npm test',
4143
# 'CLIENT=selenium:firefox npm run test-webpack',
4244
'AUTO_COMPACTION=true npm test',

0 commit comments

Comments
 (0)