Skip to content

Commit 0ff4709

Browse files
committed
revert me: runs acceptancetest with [email protected] & [email protected]
Signed-off-by: Logan Nguyen <[email protected]>
1 parent 3bd4be1 commit 0ff4709

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/acceptance-workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ 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=0.65.1 --mirror-tag=0.140.0-rc1
8990

9091
- name: Stop relay
9192
run: docker stop json-rpc-relay json-rpc-relay-ws

.github/workflows/conformity-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
run: npm install @hashgraph/hedera-local -g
8787

8888
- name: Run hedera local
89-
run: npx hedera restart -d --verbose=trace
89+
run: npx hedera restart -d --verbose=trace --network-tag=0.65.1 --mirror-tag=0.140.0-rc1
9090

9191
- name: Stop relay
9292
run: docker stop json-rpc-relay json-rpc-relay-ws

.github/workflows/dev-tool-workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ jobs:
5656
run: npx lerna run build
5757

5858
- name: Start the hedera local node
59-
run: npx hedera start -d
59+
# run: npx hedera start -d
60+
run: npx hedera restart -d --verbose=trace --network-tag=0.65.1 --mirror-tag=0.140.0-rc1
6061

6162
- name: Stop the local node's relay
6263
run: docker stop json-rpc-relay

0 commit comments

Comments
 (0)