Skip to content

Commit d8cb36f

Browse files
committed
chore: jobs! jobs for everyone
1 parent 502f013 commit d8cb36f

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/node.js.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,18 @@ jobs:
3333
node: [12, 14, 16]
3434
couchdb: ['2.3', '3.1']
3535
command: [
36-
# 'CLIENT=selenium:firefox ADAPTER=idb POUCHDB_SRC="../../packages/node_modules/pouchdb/dist/pouchdb.min.js" npm test',
37-
# 'CLIENT=selenium:firefox ADAPTER=indexeddb POUCHDB_SRC="../../packages/node_modules/pouchdb/dist/pouchdb.min.js" npm test',
38-
# 'TYPE=mapreduce CLIENT=selenium:firefox ADAPTER=indexeddb npm test',
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',
43-
# 'PERF=1 npm test',
44-
# 'npm run test-unit',
45-
# 'npm run test-component',
46-
# 'npm run test-fuzzy',
47-
# 'SERVER=pouchdb-server POUCHDB_SERVER_FLAGS=--in-memory PLUGINS=pouchdb-find COVERAGE=1 npm run report-coverage',
36+
'CLIENT=selenium:firefox ADAPTER=idb POUCHDB_SRC="../../packages/node_modules/pouchdb/dist/pouchdb.min.js" npm test',
37+
'CLIENT=selenium:firefox ADAPTER=indexeddb POUCHDB_SRC="../../packages/node_modules/pouchdb/dist/pouchdb.min.js" npm test',
38+
'TYPE=mapreduce CLIENT=selenium:firefox ADAPTER=indexeddb npm test',
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',
43+
'PERF=1 npm test',
44+
'npm run test-unit',
45+
'npm run test-component',
46+
'npm run test-fuzzy',
47+
'SERVER=pouchdb-server POUCHDB_SERVER_FLAGS=--in-memory PLUGINS=pouchdb-find COVERAGE=1 npm run report-coverage',
4848
'npm run verify-build'
4949
]
5050

0 commit comments

Comments
 (0)