Skip to content

Commit

Permalink
Test solo version
Browse files Browse the repository at this point in the history
Signed-off-by: Ndacyayisenga-droid <[email protected]>
  • Loading branch information
Ndacyayisenga-droid committed Dec 14, 2024
1 parent 8ed92d1 commit 3d5884e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ name: Java CI with Maven
on:
workflow_dispatch:
push:
branches: [ "main" ]
branches: ["main"]
pull_request:
branches: [ "main" ]
branches: ["main"]

jobs:
build:
Expand All @@ -26,13 +26,13 @@ jobs:
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
java-version: "21"
distribution: "temurin"
cache: maven

- name: Prepare Hedera Solo
id: solo
uses: OpenElements/hedera-solo-action@v0.3
uses: OpenElements/hedera-solo-action@fixsolo
with:
installMirrorNode: true

Expand All @@ -43,4 +43,3 @@ jobs:
HEDERA_PRIVATE_KEY: ${{ steps.solo.outputs.privateKey }}
HEDERA_NETWORK: solo
run: ./mvnw verify

0 comments on commit 3d5884e

Please sign in to comment.