File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -169,10 +169,10 @@ jobs:
169169
170170 #grpcurl ${{ env.proto_flag }} ${{ env.endpoint }} OldFaithful.OldFaithful/GetSlot
171171
172- grpcurl ${{ env.proto_flag }} -d ' " slot" : ${{ env.getBlock }}' ${{ env.endpoint }} OldFaithful.OldFaithful/GetBlock
172+ grpcurl ${{ env.proto_flag }} -d ' { "slot": ${{ env.getBlock } }}' ${{ env.endpoint }} OldFaithful.OldFaithful/GetBlock
173173
174- grpcurl ${{ env.proto_flag }} -d '"slot" : ${{ env.getBlock }}' ${{ env.endpoint }} OldFaithful.OldFaithful/GetBlockTime
174+ grpcurl ${{ env.proto_flag }} -d '{ "slot" : ${{ env.getBlock } }}' ${{ env.endpoint }} OldFaithful.OldFaithful/GetBlockTime
175175
176- grpcurl ${{ env.proto_flag }} -d '"signature" : " ${{ env.getTxSig }}" ${{ env.endpoint }} OldFaithful.OldFaithful/GetTransaction
176+ grpcurl ${{ env.proto_flag }} -d '{ "signature" : " ${{ env.getTxSig }}" }' ${{ env.endpoint }} OldFaithful.OldFaithful/GetTransaction
177177
178178 grpcurl ${{ env.proto_flag }} ${{ env.endpoint }} OldFaithful.OldFaithful/GetFirstAvailableBlock
Original file line number Diff line number Diff line change @@ -316,7 +316,7 @@ jobs:
316316 echo "Validating binary dependencies..."
317317 ldd ./bin/faithful-cli || echo "ldd check completed (static binary or different platform)"
318318 file ./bin/faithful-cli
319- ls -lah ./bin/faithful -cli
319+ ls -lah ./bin/faithful59a4ibbdDYLNUdnDQDLwDdy11X1AMSYDxivD37Ek77Kwu9aiQLsk5VCZRd9zvGEm6eGLABR4GvMiPZq7PzxQQL45 -cli
320320
321321 - name : Collect integration test results
322322 if : always()
@@ -428,4 +428,4 @@ jobs:
428428 uses : github/codeql-action/upload-sarif@v3
429429 with :
430430 sarif_file : ' trivy-results.sarif'
431- continue-on-error : true
431+ continue-on-error : true
You can’t perform that action at this time.
0 commit comments