Skip to content

Commit 96b3039

Browse files
authored
ci: Remove redundant local-node workflow steps (#1423)
Signed-off-by: gsstoykov <[email protected]>
1 parent 1dbeb43 commit 96b3039

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,6 @@ jobs:
127127
token: ${{ secrets.CODECOV_TOKEN }}
128128
files: ./e2e.out
129129

130-
- name: Stop the local node
131-
if: matrix.test-type == 'e2e'
132-
run: npx @hashgraph/hedera-local stop
133-
134130
run-examples:
135131
name: Run Examples
136132
if: success()
@@ -182,9 +178,6 @@ jobs:
182178
if: success()
183179
run: task run-examples
184180

185-
- name: Stop the local node
186-
run: npx @hashgraph/hedera-local stop
187-
188181
build-test-tck:
189182
name: Build and Test TCK
190183
runs-on: hiero-client-sdk-linux-medium

0 commit comments

Comments
 (0)