From 9505d45e4ded01410554a0c2a2371a0461760c0f Mon Sep 17 00:00:00 2001 From: Levi Schoen Date: Mon, 27 Feb 2023 13:45:10 -0800 Subject: [PATCH] validate testnet genesis as part of ci --- .github/workflows/ci-default.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/workflows/ci-default.yml b/.github/workflows/ci-default.yml index 016677b0..bfaad03b 100644 --- a/.github/workflows/ci-default.yml +++ b/.github/workflows/ci-default.yml @@ -31,3 +31,18 @@ jobs: run: make test - name: run e2e tests run: make docker-build test-e2e + validate-testnet-genesis: + runs-on: ubuntu-latest + steps: + - name: checkout repo from current commit + uses: actions/checkout@v3 + - name: Set up Go + uses: actions/setup-go@v3 + with: + go-version: "1.18" + check-latest: true + cache: true + - name: build kava cli + run: make install + - name: validate testnet genesis + run: kava validate-genesis ci/env/kava-internal-testnet/genesis.json