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 5971c0b
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/swift-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,13 @@ jobs:
restore-keys: |
${{ runner.os }}-${{ matrix.swift }}-spm-
- name: Install Compose
uses: ndeloof/[email protected]
with:
version: v2.1.0
legacy: true
- run: docker-compose --version

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

Please sign in to comment.