Skip to content

Commit d271fca

Browse files
fix up
Signed-off-by: Ndacyayisenga-droid <[email protected]>
1 parent 13dedc0 commit d271fca

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/maven.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,14 @@ jobs:
2828
with:
2929
installMirrorNode: true
3030
hieroVersion: v0.63.7
31+
mirrorNodeVersion: v0.133.0
32+
mirrorNodePortRest: 5551
33+
mirrorNodePortGrpc: 5600
3134

3235
- name: Wait for Mirror Node
3336
run: |
34-
echo "Waiting for Mirror Node to be ready on http://localhost:8080..."
35-
until curl --output /dev/null --silent --head --fail http://localhost:8080/api/v1/health; do
37+
echo "Waiting for Mirror Node to be ready on http://localhost:5551..."
38+
until curl --output /dev/null --silent --head --fail http://localhost:5551/health; do
3639
echo "Mirror Node not ready, waiting..."
3740
sleep 5
3841
done
@@ -44,5 +47,5 @@ jobs:
4447
HEDERA_ACCOUNT_ID: ${{ steps.solo.outputs.accountId }}
4548
HEDERA_PRIVATE_KEY: ${{ steps.solo.outputs.privateKey }}
4649
HEDERA_NETWORK: hiero-solo-action
47-
MIRROR_NODE_URL: http://localhost:8080
50+
MIRROR_NODE_URL: http://localhost:5551
4851
run: ./mvnw verify -B -e -X

0 commit comments

Comments
 (0)