File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1818 build :
1919 # Containers must run in Linux based operating systems
2020 runs-on : ubuntu-latest
21+ timeout-minutes : 10
2122
2223# # Docker Hub image that `container-job` executes in
2324# container: node:20-bookworm-slim
5960 with :
6061 java-version : 21
6162 - run : npm install
62- - run : npm run build:light --if-present
6363 - run : npm run build:compact --if-present
64- - run : npm run build:module:light --if-present
6564 - run : npm run build:module:compact --if-present
6665 - run : npm install clickhouse
6766 - run : npm install redis
Original file line number Diff line number Diff line change 44 "scripts" : {
55 "test" : " mocha ./*.js --exit" ,
66 "test:ts" : " npx tsc --noEmit --lib esnext ./types.ts" ,
7- "test:github" : " npm run test:ts && mocha ./*.js --exit flexsearch.light.min && mocha ./*.js --exit flexsearch.light.module.min && mocha ./*.js --exit flexsearch. compact.min && mocha ./*.js --exit flexsearch.compact.module.min" ,
7+ "test:github" : " npm run test:ts && mocha ./*.js --exit flexsearch.compact.min && mocha ./*.js --exit flexsearch.compact.module.min" ,
88 "test:coverage" : " c8 -c ./.c8rc.json mocha ./*.js --exit" ,
99 "test:keystore" : " set NODE_OPTIONS=--max-old-space-size=16000 && c8 -c ./.c8rc.json mocha ./keystore.js --exit" ,
1010 "test:db" : " c8 -c ./.c8rc.json mocha ./persistent.*.js --exit" ,
You can’t perform that action at this time.
0 commit comments