There was an error while loading. Please reload this page.
1 parent 2a66008 commit 3e67d71Copy full SHA for 3e67d71
1 file changed
.github/workflows/test-workflow.yml
@@ -88,7 +88,7 @@ jobs:
88
EOF
89
90
- name: Start the local node
91
- run: npx @hashgraph/solo one-shot falcon deploy --values-file falcon.yml
+ run: npx @hashgraph/solo@0.52.0 one-shot falcon deploy --values-file falcon.yml
92
timeout-minutes: 5
93
94
- name: Run the test in ${{ inputs.testfilter }}
@@ -112,4 +112,4 @@ jobs:
112
113
- name: Stop the local node
114
if: ${{ !cancelled() }}
115
- run: npx @hashgraph/solo one-shot single destroy
+ run: npx @hashgraph/solo@0.52.0 one-shot single destroy
0 commit comments