We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e71c726 commit 64fa7c7Copy full SHA for 64fa7c7
.github/workflows/maven.yml
@@ -30,6 +30,11 @@ jobs:
30
distribution: 'temurin'
31
cache: maven
32
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
+
38
- name: Prepare Hedera Solo
39
id: solo
40
uses: hiero-ledger/hiero-solo-action@8c976203a7b809c121f9844581f65ef9782c254f
@@ -43,4 +48,3 @@ jobs:
43
48
HEDERA_PRIVATE_KEY: ${{ steps.solo.outputs.privateKey }}
44
49
HEDERA_NETWORK: hiero-solo-action
45
50
run: ./mvnw verify
46
-
0 commit comments