Skip to content

Commit

Permalink
[WIP} Add check_ametsuchi test
Browse files Browse the repository at this point in the history
  • Loading branch information
MizukiSonoko committed May 3, 2017
1 parent fbc502d commit 1300aca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ jobs:
docker-compose scale iroha=4
IP=$(docker inspect --format "{{ .NetworkSettings.Networks.iroha_private.IPAddress }}" $(docker ps -lq))
docker run --rm -it hyperledger/iroha-docker sh -c "/usr/local/iroha/bin/check_ametsuchi publicKey localhost"
docker stop $(docker ps -qln 4)
docker rm $(docker ps -qln 4)
Expand Down

0 comments on commit 1300aca

Please sign in to comment.