mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-25 12:27:43 +08:00
fix: broken interop tests
fixes https://github.com/ipfs/interop/issues/100
This commit is contained in:
parent
ced9183e19
commit
6b9b8e60cd
@ -166,22 +166,17 @@ jobs:
|
||||
git -C interop log -1
|
||||
- restore_cache:
|
||||
keys:
|
||||
- v1-interop-{{ checksum "~/ipfs/go-ipfs/interop/package-lock.json" }}
|
||||
- v1-interop-
|
||||
- v2-interop-{{ checksum "~/ipfs/go-ipfs/interop/package-lock.json" }}
|
||||
- v2-interop-
|
||||
- run:
|
||||
name: Installing dependencies
|
||||
command: |
|
||||
npm install
|
||||
working_directory: ~/ipfs/go-ipfs/interop
|
||||
- save_cache:
|
||||
key: v1-interop-{{ checksum "~/ipfs/go-ipfs/interop/package-lock.json" }}
|
||||
key: v2-interop-{{ checksum "~/ipfs/go-ipfs/interop/package-lock.json" }}
|
||||
paths:
|
||||
- ~/ipfs/go-ipfs/interop/node_modules
|
||||
- run:
|
||||
name: Installing js-ipfs
|
||||
command: |
|
||||
npm install ipfs ipfs-http-client
|
||||
working_directory: ~/ipfs/go-ipfs/interop
|
||||
- run:
|
||||
name: Installing reporting tools
|
||||
command: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user