mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 09:16:00 +00:00
Install geth in CI
This commit is contained in:
5
.github/workflows/test-suite.yml
vendored
5
.github/workflows/test-suite.yml
vendored
@@ -264,6 +264,11 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
make
|
make
|
||||||
make install-lcli
|
make install-lcli
|
||||||
|
- name: Install geth
|
||||||
|
run: |
|
||||||
|
sudo add-apt-repository -y ppa:ethereum/ethereum
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install ethereum
|
||||||
- name: Run the doppelganger protection success test script
|
- name: Run the doppelganger protection success test script
|
||||||
run: |
|
run: |
|
||||||
cd scripts/tests
|
cd scripts/tests
|
||||||
|
|||||||
Reference in New Issue
Block a user