Skip to content

Commit

Permalink
chore(github-workflow): upgrade hedera-local version
Browse files Browse the repository at this point in the history
Signed-off-by: Ricky Saechao <[email protected]>
  • Loading branch information
RickyLB committed Jan 4, 2024
1 parent 0ae0518 commit f57f1cd
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/swift-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ jobs:
restore-keys: |
${{ runner.os }}-${{ matrix.swift }}-spm-
- name: Install Compose
uses: ndeloof/[email protected]
with:
version: v2.1.0
legacy: true

- name: "Create env file"
run: |
touch .env
Expand All @@ -69,10 +75,10 @@ jobs:
cat .env
- name: Start the local node
run: npx @hashgraph/hedera-local@2.13.0 start -d --network local
run: npx @hashgraph/hedera-local@2.17.2 start -d --network local

- name: Test
run: swift test

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

0 comments on commit f57f1cd

Please sign in to comment.