Skip to content

Commit

Permalink
changed data loading sh exec to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
bizk committed Sep 22, 2023
1 parent 3430c75 commit 9f8ac05
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/rosetta-cli-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ docker:
docker build . --tag rosetta

rosetta-cli:
./tests/rosetta-cli/data.sh
./tests/rosetta-cli/rosetta-cli-test.sh

0 comments on commit 9f8ac05

Please sign in to comment.