We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ae0518 commit d4d9ca0Copy full SHA for d4d9ca0
.github/workflows/swift-ci.yml
@@ -59,6 +59,9 @@ jobs:
59
restore-keys: |
60
${{ runner.os }}-${{ matrix.swift }}-spm-
61
62
+ - name: Install Local Node
63
+ run: npm install @hashgraph/[email protected]
64
+
65
- name: "Create env file"
66
run: |
67
touch .env
@@ -69,10 +72,10 @@ jobs:
69
72
cat .env
70
73
71
74
- name: Start the local node
- run: npx @hashgraph/hedera-local@2.13.0 start -d --network local
75
+ run: npx @hashgraph/hedera-local start -d --network local
76
77
- name: Test
78
run: swift test
79
80
- name: Stop the local node
- run: npx @hashgraph/hedera-local@2.13.0 stop
81
+ run: npx @hashgraph/hedera-local stop
0 commit comments