Skip to content

Commit ba396ff

Browse files
Fix up
1 parent 275733b commit ba396ff

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

.github/workflows/disabled/main.yml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,19 @@ jobs:
5959
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6060
with:
6161
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+
6269
- name: Run Hedera SDK Tests
6370
timeout-minutes: 30
6471
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
6875
run: |
69-
cd hedera-services
70-
docker-compose up &
71-
cd ../hedera-sdk-java
76+
cd hedera-sdk-java
7277
./gradlew -PHEDERA_NETWORK=$HEDERA_NETWORK -POPERATOR_KEY=$OPERATOR_KEY -POPERATOR_ID=$OPERATOR_ID testIntegration

0 commit comments

Comments
 (0)