Skip to content

Commit

Permalink
[circleci] run ipfs daemon offline
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmota committed Mar 7, 2019
1 parent 8d60871 commit 6e4747a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Expand Up @@ -43,12 +43,11 @@ jobs:
ipfs version
- run:
name: Run IPFS daemon
name: Configure IPFS
command: |
ipfs init
ipfs config Addresses.API /ip4/0.0.0.0/tcp/5001
ipfs config Addresses.Gateway /ip4/0.0.0.0/tcp/8080
ipfs daemon &
- run: echo '127.0.0.1 docker.localhost' | sudo tee -a /etc/hosts

Expand All @@ -57,7 +56,7 @@ jobs:
- run:
name: Tests
command: |
make test
ipfs daemon --offline & make test
workflows:
version: 2
Expand Down

0 comments on commit 6e4747a

Please sign in to comment.