Skip to content

Commit

Permalink
Fix compliance tests (#91) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
arddluma authored Sep 15, 2023
1 parent 1d6f494 commit af26e99
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/bundler-spec-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ jobs:

- name: Install Geth
run: |
sudo add-apt-repository -y ppa:ethereum/ethereum && \
sudo apt-get update && \
sudo apt-get install ethereum
wget https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.12.2-bed84606.tar.gz
tar -xvf geth-linux-amd64-1.12.2-bed84606.tar.gz
- name: Run Geth
run: |
geth \
cd geth-linux-amd64-1.12.2-bed84606 &&
./geth \
--verbosity 1 \
--http.vhosts '*,localhost,host.docker.internal' \
--http \
Expand All @@ -67,7 +67,8 @@ jobs:
- name: Fund bundler
run: |
geth \
cd geth-linux-amd64-1.12.2-bed84606 &&
./geth \
--exec "eth.sendTransaction({from: eth.accounts[0], to: \"0x55082761664aEb8062B3427ba5E0455bFb7b68CB\", value: web3.toWei(4337, \"ether\")})" \
attach http://localhost:8545/
Expand Down

0 comments on commit af26e99

Please sign in to comment.