From 91a691bb5688fbe0a16271683c57d7c3a8cc160c Mon Sep 17 00:00:00 2001 From: bizk Date: Tue, 19 Sep 2023 09:13:09 -0300 Subject: [PATCH] added checkout --- .github/workflows/rosetta-cli-test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/rosetta-cli-test.yaml b/.github/workflows/rosetta-cli-test.yaml index 2a0afbc..e1d2c3b 100644 --- a/.github/workflows/rosetta-cli-test.yaml +++ b/.github/workflows/rosetta-cli-test.yaml @@ -30,6 +30,7 @@ jobs: - name: review run: curl localhost:26657/status - name: Build Rosetta + uses: actions/checkout@v3 run: go mod tidy && make rosetta && make plugin && ./rosetta --blockchain "cosmos" --network "cosmos" --tendermint "tcp://localhost:26657" --addr "localhost:8080" --grpc "localhost:9090 &" - name: Rosetta-cli test run: make rosetta-cli \ No newline at end of file