Skip to content

Commit

Permalink
Tests passing on circle ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hswick committed Oct 7, 2018
1 parent 24dc8d0 commit df91c02
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,14 @@ jobs:

steps:
- checkout
- run: apt-get update
- run: apt-get install lsof
- run: wget https://releases.parity.io/v1.8.5/x86_64-unknown-linux-gnu/parity
- run: wget https://releases.parity.io/v1.10.7/x86_64-unknown-linux-gnu/parity
- run: chmod 755 ./parity
- run: echo > passfile
- run: ./parity --chain 2>&1 &
- run: sleep 10
- run: kill -n 9 $(lsof -t -i:8545)
- run: ./parity --chain dev --unlock=0x00a329c0648769a73afac7f9381e08fb43dbea72 --reseal-min-period 0 --password passfile

- run:
name: "Parity"
command: ./parity --chain dev
background: true
- restore_cache:
keys:
- v1-dependency-cache-{{ arch }}-{{ checksum "mix.lock" }}
Expand Down

0 comments on commit df91c02

Please sign in to comment.