We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a85e514 commit 62ed20fCopy full SHA for 62ed20f
.github/workflows/node.yml
@@ -72,19 +72,15 @@ jobs:
72
73
- name: test hybrid node modules - commonjs
74
run: |
75
- cd hybrid-node-tests
76
- cd commonjs-test
77
- npm install
+ npm ci
78
npm run build-and-test
79
- working-directory: ./node
+ working-directory: ./node/hybrid-node-tests/commonjs-test
80
81
- name: test hybrid node modules - ecma
82
83
84
- cd ecmascript-test
85
86
87
+ working-directory: ./node/hybrid-node-tests/ecmascript-test
88
89
- name: test redis modules
90
run: npm run test-modules -- --load-module=$GITHUB_WORKSPACE/redisearch.so --load-module=$GITHUB_WORKSPACE/redisjson.so
0 commit comments