Skip to content

Commit

Permalink
configure tezos-client correctly in test #69
Browse files Browse the repository at this point in the history
  • Loading branch information
marsella committed Feb 25, 2022
1 parent 6eacfac commit 0a6e5eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
docker_network: host
run: |
tezos-client config reset
tezos-client --endpoint http://my-sandbox:20000 bootstrapped
tezos-client --endpoint http://my-sandbox:20000 config update
tezos-client --endpoint http://localhost:20000 bootstrapped
tezos-client --endpoint http://localhost:20000 config update
tezos-client import secret key alice unencrypted:edsk3QoqBuvdamxouPhin7swCvkQNgq4jP5KZPbwWNnwdZpSpJiEbq
tezos-client import secret key bob unencrypted:edsk3RFfvaFaxbHx8BMtEW1rKQcPtDML3LXjNqMNLCzC3wLC1bWbAt
cargo test --all-features --all-targets --verbose
Expand Down

0 comments on commit 0a6e5eb

Please sign in to comment.