Skip to content

Commit 62ed20f

Browse files
committed
minor improvment to valkey-io#1132
1 parent a85e514 commit 62ed20f

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/node.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -72,19 +72,15 @@ jobs:
7272

7373
- name: test hybrid node modules - commonjs
7474
run: |
75-
cd hybrid-node-tests
76-
cd commonjs-test
77-
npm install
75+
npm ci
7876
npm run build-and-test
79-
working-directory: ./node
77+
working-directory: ./node/hybrid-node-tests/commonjs-test
8078

8179
- name: test hybrid node modules - ecma
8280
run: |
83-
cd hybrid-node-tests
84-
cd ecmascript-test
85-
npm install
81+
npm ci
8682
npm run build-and-test
87-
working-directory: ./node
83+
working-directory: ./node/hybrid-node-tests/ecmascript-test
8884

8985
- name: test redis modules
9086
run: npm run test-modules -- --load-module=$GITHUB_WORKSPACE/redisearch.so --load-module=$GITHUB_WORKSPACE/redisjson.so

0 commit comments

Comments
 (0)