From 9f8ac0556bd95f2aeb8f68ba04b042d4d7ab8958 Mon Sep 17 00:00:00 2001 From: bizk Date: Fri, 22 Sep 2023 18:59:14 -0300 Subject: [PATCH] changed data loading sh exec to makefile --- .github/workflows/rosetta-cli-test.yaml | 2 -- Makefile | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/rosetta-cli-test.yaml b/.github/workflows/rosetta-cli-test.yaml index 3ca0849..4ae2127 100644 --- a/.github/workflows/rosetta-cli-test.yaml +++ b/.github/workflows/rosetta-cli-test.yaml @@ -33,8 +33,6 @@ jobs: - name: Check blockchain status run: curl localhost:26657/status - uses: actions/setup-go@v4 - - name: Load data - run: ./tests/rosetta-cli/data.sh - name: Build Rosetta run: go mod tidy && make rosetta && make plugin - name: Run Rosetta service diff --git a/Makefile b/Makefile index bf1c812..8ad35fe 100644 --- a/Makefile +++ b/Makefile @@ -35,4 +35,5 @@ docker: docker build . --tag rosetta rosetta-cli: + ./tests/rosetta-cli/data.sh ./tests/rosetta-cli/rosetta-cli-test.sh \ No newline at end of file