Skip to content

Commit c8a8012

Browse files
committed
gha integration tests
1 parent 48b99aa commit c8a8012

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/tests-grpc.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333

3434
- name: Install system dependencies
3535
run: |
36-
sudo apt-get update
3736
sudo apt-get install -y \
3837
build-essential \
3938
libssl-dev \
@@ -130,13 +129,13 @@ jobs:
130129
131130
curl localhost:7999 -H "Content-Type: application/json" -d '
132131
{"jsonrpc":"2.0","id":1, "method":"getBlock","params": [${{ env.getBlock }}]}
133-
' -s | jq -r .result
132+
' -s | jq -r .
134133
135134
curl localhost:7999 -H "Content-Type: application/json" -d '
136135
{"jsonrpc":"2.0","id":1, "method":"getBlockHeight"}
137-
' -s | jq -r .result
136+
' -s | jq -r .
138137
139138
curl localhost:7999 -H "Content-Type: application/json" -d '
140139
{"jsonrpc":"2.0","id":1, "method":"getTransaction","params": ["${{ env.getTxSig }}"]}
141-
' -s | jq -r .result
140+
' -s | jq -r .
142141

0 commit comments

Comments
 (0)