Skip to content

Commit

Permalink
minor improvment to valkey-io#1132
Browse files Browse the repository at this point in the history
  • Loading branch information
avifenesh committed Mar 18, 2024
1 parent a85e514 commit 62ed20f
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,19 +72,15 @@ jobs:

- name: test hybrid node modules - commonjs
run: |
cd hybrid-node-tests
cd commonjs-test
npm install
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 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 62ed20f

Please sign in to comment.