Skip to content

Commit 3e67d71

Browse files
committed
chore: triggering github actions (#3)
Signed-off-by: Mariusz Jasuwienas <jasuwienas@gmail.com>
1 parent 2a66008 commit 3e67d71

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
EOF
8989
9090
- name: Start the local node
91-
run: npx @hashgraph/solo one-shot falcon deploy --values-file falcon.yml
91+
run: npx @hashgraph/solo@0.52.0 one-shot falcon deploy --values-file falcon.yml
9292
timeout-minutes: 5
9393

9494
- name: Run the test in ${{ inputs.testfilter }}
@@ -112,4 +112,4 @@ jobs:
112112

113113
- name: Stop the local node
114114
if: ${{ !cancelled() }}
115-
run: npx @hashgraph/solo one-shot single destroy
115+
run: npx @hashgraph/solo@0.52.0 one-shot single destroy

0 commit comments

Comments
 (0)