Skip to content

Commit

Permalink
renamed to testnet deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
rzmahmood committed Oct 5, 2023
1 parent 9587c63 commit 735d076
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Ethereum Testnet Setup
name: Testnet Deployment CI

on:
push:
Expand Down Expand Up @@ -30,16 +30,9 @@ jobs:
run: ./build-dependencies.sh

- name: Start Testnet
run: ./testnet.sh &

- name: Wait for network to be ready
run: sleep 60 # Sleep for 60 seconds
run: |
./testnet.sh &
sleep 60
- name: Run Health check
run: ./healthcheck.sh

- name: Cleanup
if: always()
run: |
pkill -f geth
pkill -f prysm
run: ./healthcheck.sh
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

[![license](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
[![stability-experimental](https://img.shields.io/badge/stability-experimental-orange.svg)](https://github.com/mkenney/software-guides/blob/master/STABILITY-BADGES.md#experimental)
![testnet-deployment](https://github.com/rzmahmood/ethereum-pos-testnet/actions/workflows/testnet-deployment.yml/badge.svg)


</div>

Expand Down

0 comments on commit 735d076

Please sign in to comment.