Skip to content

Commit f6cf48d

Browse files
committed
update github action
1 parent c047100 commit f6cf48d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
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
@@ -59,9 +60,7 @@ jobs:
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

test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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",

0 commit comments

Comments
 (0)