Skip to content

Commit

Permalink
ci: add LOCAL_IMAGE_NAME=evmosnode0 to allow specific docker image na…
Browse files Browse the repository at this point in the history
…me for faucet call in fhevm
  • Loading branch information
leventdem committed Oct 6, 2023
1 parent 545e7f3 commit f807b81
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions scripts/run_tests.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
#!/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 test
LOCAL_IMAGE_NAME=evmosnodelocal0 npm run test:inband

0 comments on commit f807b81

Please sign in to comment.