Skip to content

Commit 64fa7c7

Browse files
Update maven.yml
1 parent e71c726 commit 64fa7c7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/maven.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ jobs:
3030
distribution: 'temurin'
3131
cache: maven
3232

33+
- name: Clean up existing Solo deployment
34+
run: |
35+
kubectl delete deployment solo-deployment --namespace solo --context kind-solo-e2e || true
36+
kubectl delete namespace solo --context kind-solo-e2e || true
37+
3338
- name: Prepare Hedera Solo
3439
id: solo
3540
uses: hiero-ledger/hiero-solo-action@8c976203a7b809c121f9844581f65ef9782c254f
@@ -43,4 +48,3 @@ jobs:
4348
HEDERA_PRIVATE_KEY: ${{ steps.solo.outputs.privateKey }}
4449
HEDERA_NETWORK: hiero-solo-action
4550
run: ./mvnw verify
46-

0 commit comments

Comments
 (0)