Skip to content

Commit d07ecb9

Browse files
committed
revert me: runs acceptancetest with [email protected] & [email protected]
Signed-off-by: Logan Nguyen <[email protected]>
1 parent 3606ef7 commit d07ecb9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/acceptance-workflow.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,9 @@ jobs:
8585
run: npm install @hashgraph/hedera-local -g
8686

8787
- name: Run hedera local
88-
run: npx hedera restart -d --verbose=trace --network-tag=${{ inputs.networkTag }} --mirror-tag=${{ inputs.mirrorTag }}
88+
# 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
8991

9092
- name: Stop relay
9193
run: docker stop json-rpc-relay json-rpc-relay-ws

0 commit comments

Comments
 (0)