ci: only run node interop tests
Steven Allen committed
Jul 19, 2019 at 13:39 UTC
39a71fe753fb3bc481ad99c1088db6ca47d1f1fc
1 file changed
+1
-1
.circleci/config.yml
+1
-1
@@ -169,7 +169,7 @@ jobs:
169
paths:
170
- ~/ipfs/go-ipfs/interop/node_modules
171
- run:
172
- command: npm test
172
+ command: npm run test:node
173
working_directory: ~/ipfs/go-ipfs/interop
174
environment:
175
IPFS_GO_EXEC: /tmp/circleci-workspace/bin/ipfs