Skip to content

Commit

Permalink
Node: minor improvements to valkey-io#1132 (valkey-io#1133)
Browse files Browse the repository at this point in the history
minor improvment to valkey-io#1132
  • Loading branch information
avifenesh authored and cyip10 committed Jun 24, 2024
1 parent 4056d37 commit 67e23f1
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,19 +72,17 @@ jobs:

- name: test hybrid node modules - commonjs
run: |
cd hybrid-node-tests
cd commonjs-test
npm install
npm install --package-lock-only
npm ci
npm run build-and-test
working-directory: ./node
working-directory: ./node/hybrid-node-tests/commonjs-test

- name: test hybrid node modules - ecma
run: |
cd hybrid-node-tests
cd ecmascript-test
npm install
npm install --package-lock-only
npm ci
npm run build-and-test
working-directory: ./node
working-directory: ./node/hybrid-node-tests/ecmascript-test

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

0 comments on commit 67e23f1

Please sign in to comment.