Skip to content

Commit e0af81b

Browse files
authored
chore: Optimise CI workflows (#2387)
Signed-off-by: Ivan Ivanov <ivanivanov.ii726@gmail.com>
1 parent 56aca7f commit e0af81b

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,6 @@ jobs:
201201
with:
202202
files: gradle/aggregation/build/reports/jacoco/testCodeCoverageReport/testCodeCoverageReport.xml
203203

204-
- name: Stop the local node
205-
run: npx @hashgraph/hedera-local stop
206-
207204
run-examples:
208205
name: Run Examples
209206
runs-on: hiero-client-sdk-linux-medium
@@ -257,9 +254,6 @@ jobs:
257254
- name: Run Examples
258255
run: ./gradlew :examples:runAllExamples
259256

260-
- name: Stop the local node
261-
run: npx @hashgraph/hedera-local stop
262-
263257
test-tck:
264258
name: TCK Tests
265259
runs-on: hiero-client-sdk-linux-medium
@@ -290,18 +284,8 @@ jobs:
290284
- name: Setup Gradle
291285
uses: gradle/actions/setup-gradle@ac638b010cf58a27ee6c972d7336334ccaf61c96 # v4.4.1
292286

293-
- name: Prepare Hiero Solo
294-
id: solo
295-
uses: hiero-ledger/hiero-solo-action@71219540ac7f578e6ea4fc3c17575c0295e56163 # v0.9
296-
with:
297-
installMirrorNode: true
298-
hieroVersion: v0.62.3
299-
300287
- name: Build TCK
301288
run: ./gradlew assemble
302289

303290
- name: Run TCK Unit Tests
304291
run: ./gradlew :tck:test
305-
306-
- name: Stop the local node
307-
run: npx @hashgraph/hedera-local stop

0 commit comments

Comments
 (0)