Skip to content

Commit f57f1cd

Browse files
committed
chore(github-workflow): upgrade hedera-local version
Signed-off-by: Ricky Saechao <[email protected]>
1 parent 0ae0518 commit f57f1cd

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/swift-ci.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@ jobs:
5959
restore-keys: |
6060
${{ runner.os }}-${{ matrix.swift }}-spm-
6161
62+
- name: Install Compose
63+
uses: ndeloof/[email protected]
64+
with:
65+
version: v2.1.0
66+
legacy: true
67+
6268
- name: "Create env file"
6369
run: |
6470
touch .env
@@ -69,10 +75,10 @@ jobs:
6975
cat .env
7076
7177
- name: Start the local node
72-
run: npx @hashgraph/hedera-local@2.13.0 start -d --network local
78+
run: npx @hashgraph/hedera-local@2.17.2 start -d --network local
7379

7480
- name: Test
7581
run: swift test
7682

7783
- name: Stop the local node
78-
run: npx @hashgraph/hedera-local@2.13.0 stop
84+
run: npx @hashgraph/hedera-local@2.17.2 stop

0 commit comments

Comments
 (0)