File tree 1 file changed +11
-6
lines changed
.github/workflows/disabled 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -59,14 +59,19 @@ jobs:
59
59
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
60
60
with :
61
61
path : hedera-sdk-java
62
+
63
+ - name : Prepare Hiero Solo
64
+ id : solo
65
+ uses : hiero-ledger/hiero-solo-action@35efe2334bffb73298716402a5c688321ec29260 # v0.6
66
+ with :
67
+ installMirrorNode : true
68
+
62
69
- name : Run Hedera SDK Tests
63
70
timeout-minutes : 30
64
71
env :
65
- OPERATOR_KEY : " 302e020100300506032b65700422042091132178e72057a1d7528025956fe39b0b847f200ab59b2fdd367017f3087137 "
66
- OPERATOR_ID : " 0.0.2 "
67
- HEDERA_NETWORK : " localhost "
72
+ OPERATOR_ID : ${{ steps.solo.outputs.accountId }}
73
+ OPERATOR_KEY : ${{ steps.solo.outputs.privateKey }}
74
+ HEDERA_NETWORK : solo
68
75
run : |
69
- cd hedera-services
70
- docker-compose up &
71
- cd ../hedera-sdk-java
76
+ cd hedera-sdk-java
72
77
./gradlew -PHEDERA_NETWORK=$HEDERA_NETWORK -POPERATOR_KEY=$OPERATOR_KEY -POPERATOR_ID=$OPERATOR_ID testIntegration
You can’t perform that action at this time.
0 commit comments