diff --git a/.github/workflows/rosetta-cli-test.yaml b/.github/workflows/rosetta-cli-test.yaml index 8643eda..79120ad 100644 --- a/.github/workflows/rosetta-cli-test.yaml +++ b/.github/workflows/rosetta-cli-test.yaml @@ -29,11 +29,9 @@ jobs: - name: Build Rosetta run: go mod tidy && make rosetta && make plugin - name: Run Rosetta service - run: ./rosetta --blockchain "cosmos" --network "cosmos" --tendermint "tcp://localhost:26657" --addr "localhost:8080" --grpc "localhost:9090" & - - name: Sleep for 2 minutes - run: sleep 120s - shell: bash + run: ./rosetta --blockchain "cosmos" --network "cosmos" --tendermint "tcp://localhost:26657" --addr "localhost:8081" --grpc "localhost:9090" & - name: Checkl blockchain status run: curl localhost:26657/status + echo "#### localhost:99" - name: Test rosetta through Rosetta-cli run: make rosetta-cli \ No newline at end of file diff --git a/tests/config/rosetta-cli.json b/tests/config/rosetta-cli.json index e7c1056..a972e62 100644 --- a/tests/config/rosetta-cli.json +++ b/tests/config/rosetta-cli.json @@ -3,7 +3,7 @@ "blockchain": "cosmos", "network": "cosmos" }, - "online_url":"http://localhost:8080", + "online_url":"http://localhost:8081", "data_directory":"", "http_timeout":10, "max_retries":5,