This repository was archived by the owner on Mar 10, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +17
-5
lines changed Expand file tree Collapse file tree 3 files changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -35,13 +35,25 @@ jobs:
3535 name : chrome
3636 addons :
3737 chrome : stable
38- script : npx aegir test -t browser -t webworker
38+ script : npx aegir test -t browser
39+
40+ - stage : test
41+ name : chrome webworker
42+ addons :
43+ chrome : stable
44+ script : npx aegir test -t webworker
3945
4046 - stage : test
4147 name : firefox
4248 addons :
4349 firefox : latest
44- script : npx aegir test -t browser -t webworker -- --browsers FirefoxHeadless
50+ script : npx aegir test -t browser -- --browsers FirefoxHeadless
51+
52+ - stage : test
53+ name : firefox webworker
54+ addons :
55+ firefox : latest
56+ script : npx aegir test -t webworker -- --browsers FirefoxHeadless
4557
4658 - stage : test
4759 name : electron-main
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ jsipfs init
6464# Configure CORS to allow ipfs-http-client to access this IPFS node
6565jsipfs config --json API.HTTPHeaders.Access-Control-Allow-Origin ' ["http://127.0.0.1:8888"]'
6666# Start the IPFS node, enabling pubsub
67- jsipfs daemon --enable-pubsub-experiment
67+ jsipfs daemon
6868```
6969
7070### Install and start the Go IPFS node
Original file line number Diff line number Diff line change 6767 "aegir" : " ^20.4.1" ,
6868 "async" : " ^3.1.0" ,
6969 "browser-process-platform" : " ~0.1.1" ,
70- "go-ipfs-dep" : " ^0.4.22 " ,
71- "interface-ipfs-core" : " ^0.131.0 " ,
70+ "go-ipfs-dep" : " ^0.4.23 " ,
71+ "interface-ipfs-core" : " ^0.131.7 " ,
7272 "ipfsd-ctl" : " ^2.1.0" ,
7373 "it-all" : " ^1.0.1" ,
7474 "it-concat" : " ^1.0.0" ,
You can’t perform that action at this time.
0 commit comments