Skip to content

Commit

Permalink
update spec tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSulpiride committed Oct 2, 2023
1 parent 522c118 commit d2c9878
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/bundler-spec-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: eth-infinitism/bundler-spec-tests
ref: e193753db1910fb6d0ee2661d96a8d8f79d6c7d8
ref: e0aa4aa6762d5ef6b8b31849b29c58e9ac8a2455
path: ./bundler-spec-tests
submodules: true

Expand All @@ -36,13 +36,13 @@ jobs:

- name: Install Geth
run: |
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
sudo add-apt-repository -y ppa:ethereum/ethereum && \
sudo apt-get update && \
sudo apt-get install ethereum
- name: Run Geth
run: |
cd geth-linux-amd64-1.12.2-bed84606 &&
./geth \
geth \
--verbosity 1 \
--http.vhosts '*,localhost,host.docker.internal' \
--http \
Expand Down

0 comments on commit d2c9878

Please sign in to comment.