Update README.md #18
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: test_deployment_full_staking_node | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
jobs: | |
run-lido-csm-staking-node: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Install dependencies | |
run: ./install-nimbus-nethermind.sh skip | |
- name: Deploy a Lido CSM Staking node, consisting of EL CL VC and mevboost | |
run: python3 ./deploy-nimbus-nethermind.py --skip_prompts="true" --network="HOLESKY" --install_config="Lido CSM Staking Node" |