Skip to content

Commit 50a374d

Browse files
committed
gha integration tests
1 parent 75107c3 commit 50a374d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests-grpc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,5 +158,5 @@ jobs:
158158
echo "getTransaction"
159159
curl localhost:7999 -H "Content-Type: application/json" -d '
160160
{"jsonrpc":"2.0","id":1, "method":"getTransaction","params": ["${{ env.getTxSig }}"]}
161-
' -s | jq -r . | md5sum | grep -q 0a4a47cd17dc19911a638f72f77b18cd || exit 1
161+
' -s | jq -r . | md5sum | grep -q 17d7cbf3d719b19ce3f4fe35a048f1fc || exit 1
162162

0 commit comments

Comments
 (0)