Skip to content

Commit 3748255

Browse files
Integrate Hiero Solo into PR Checks workflow
1 parent 650efc8 commit 3748255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -300,4 +300,4 @@ jobs:
300300
OPERATOR_ID: ${{ steps.solo.outputs.accountId }}
301301
OPERATOR_KEY: ${{ steps.solo.outputs.privateKey }}
302302
HEDERA_NETWORK: solo
303-
run: ./gradlew -POPERATOR_ID=$OPERATOR_ID -POPERATOR_KEY=$OPERATOR_KEY -PHEDERA_NETWORK=$HEDERA_NETWORK :tck:test
303+
run: ./gradlew -POPERATOR_ID=$OPERATOR_ID -POPERATOR_KEY=$OPERATOR_KEY -PHEDERA_NETWORK=$HEDERA_NETWORK :tck:test

0 commit comments

Comments
 (0)