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 d4d9ca0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/swift-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ jobs:
restore-keys: |
${{ runner.os }}-${{ matrix.swift }}-spm-
- name: Install Local Node
run: npm install @hashgraph/[email protected]

- name: "Create env file"
run: |
touch .env
Expand All @@ -69,10 +72,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 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 stop

0 comments on commit d4d9ca0

Please sign in to comment.