Skip to content

Commit

Permalink
ci: accounts faucet is automatically handled in tests (no longer need…
Browse files Browse the repository at this point in the history
… to call faucet manually on premise)
  • Loading branch information
leventdem committed Oct 5, 2023
1 parent 3994205 commit 5ebb5f9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions scripts/run_tests.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
#!/bin/bash

cp .env.example .env
docker exec -i evmosnodelocal0 faucet $(npx hardhat task:getEthereumAddress)
sleep 8
docker exec -i evmosnodelocal0 faucet $(npx hardhat accounts | grep 0x | sed -n '2p')
sleep 8
docker exec -i evmosnodelocal0 faucet $(npx hardhat accounts | grep 0x | sed -n '3p')
npm run test:inband
npm test

0 comments on commit 5ebb5f9

Please sign in to comment.