From 735d076a6596fa0bc40f7cd72b168ae9de4cd752 Mon Sep 17 00:00:00 2001 From: Zoraiz Mahmood <35128199+rzmahmood@users.noreply.github.com> Date: Thu, 5 Oct 2023 20:50:55 +1100 Subject: [PATCH] renamed to testnet deployment --- ...testnet-setup.yml => testnet-deployment.yml} | 17 +++++------------ README.md | 2 ++ 2 files changed, 7 insertions(+), 12 deletions(-) rename .github/workflows/{testnet-setup.yml => testnet-deployment.yml} (67%) diff --git a/.github/workflows/testnet-setup.yml b/.github/workflows/testnet-deployment.yml similarity index 67% rename from .github/workflows/testnet-setup.yml rename to .github/workflows/testnet-deployment.yml index 8561fc1..487227e 100644 --- a/.github/workflows/testnet-setup.yml +++ b/.github/workflows/testnet-deployment.yml @@ -1,4 +1,4 @@ -name: Ethereum Testnet Setup +name: Testnet Deployment CI on: push: @@ -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 \ No newline at end of file diff --git a/README.md b/README.md index e83653b..47c7716 100644 --- a/README.md +++ b/README.md @@ -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) +