We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3606ef7 commit d07ecb9Copy full SHA for d07ecb9
.github/workflows/acceptance-workflow.yml
@@ -85,7 +85,9 @@ jobs:
85
run: npm install @hashgraph/hedera-local -g
86
87
- name: Run hedera local
88
- run: npx hedera restart -d --verbose=trace --network-tag=${{ inputs.networkTag }} --mirror-tag=${{ inputs.mirrorTag }}
+ # run: npx hedera restart -d --verbose=trace --network-tag=${{ inputs.networkTag }} --mirror-tag=${{ inputs.mirrorTag }}
89
+ run: npx hedera restart -d --verbose=trace --network-tag=${{ inputs.networkTag }} --mirror-tag=0.139.0
90
+ run: npx hedera restart -d --verbose=trace --network-tag=0.65.1 --mirror-tag=0.139.0
91
92
- name: Stop relay
93
run: docker stop json-rpc-relay json-rpc-relay-ws
0 commit comments