Skip to content

Commit a663ae1

Browse files
committed
gha integration tests
1 parent e9362d7 commit a663ae1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/tests-grpc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/tests-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)