Skip to content

Commit

Permalink
fix up
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndacyayisenga-droid committed Jan 13, 2025
1 parent 765b5c3 commit e18575b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,10 @@ runs:
if: ${{ inputs.installRelay == 'true' }}
shell: bash
run: |
echo "Installing JSON-RPC-Relay..."
solo relay deploy
kubectl port-forward svc/hedera-json-rpc-relay -n solo-test ${{ inputs.relayPort }}:7546 &
echo "JSON-RPC-Relay installed successfully"
kubectl port-forward svc/hedera-json-rpc-relay -n solo-test ${{ inputs.relayPort }}:46 &
- name: Create account
id: create-account
Expand Down

0 comments on commit e18575b

Please sign in to comment.