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 5971c0bCopy full SHA for 5971c0b
.github/workflows/swift-ci.yml
@@ -59,6 +59,13 @@ jobs:
59
restore-keys: |
60
${{ runner.os }}-${{ matrix.swift }}-spm-
61
62
+ - name: Install Compose
63
+ uses: ndeloof/install-compose-action@v0.0.1
64
+ with:
65
+ version: v2.1.0
66
+ legacy: true
67
+ - run: docker-compose --version
68
+
69
- name: "Create env file"
70
run: |
71
touch .env
@@ -69,10 +76,10 @@ jobs:
76
cat .env
77
78
- 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
73
80
74
81
- name: Test
75
82
run: swift test
83
84
- name: Stop the local node
- run: npx @hashgraph/hedera-local@2.13.0 stop
85
+ run: npx @hashgraph/hedera-local@2.17.2 stop
0 commit comments