Skip to content

Commit 5971c0b

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

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/swift-ci.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,13 @@ 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+
- run: docker-compose --version
68+
6269
- name: "Create env file"
6370
run: |
6471
touch .env
@@ -69,10 +76,10 @@ jobs:
6976
cat .env
7077
7178
- name: Start the local node
72-
run: npx @hashgraph/hedera-local@2.13.0 start -d --network local
79+
run: npx @hashgraph/hedera-local@2.17.2 start -d --network local
7380

7481
- name: Test
7582
run: swift test
7683

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

0 commit comments

Comments
 (0)