From 3d5884e769382c540a31be74b49d9ed9f916a324 Mon Sep 17 00:00:00 2001 From: Ndacyayisenga-droid Date: Sat, 14 Dec 2024 23:44:06 +0300 Subject: [PATCH 1/2] Test solo version Signed-off-by: Ndacyayisenga-droid --- .github/workflows/maven.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 0db3002..3d508c9 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -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: @@ -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 @@ -43,4 +43,3 @@ jobs: HEDERA_PRIVATE_KEY: ${{ steps.solo.outputs.privateKey }} HEDERA_NETWORK: solo run: ./mvnw verify - From e56142c797cc613940aaa2c1fc4cf5489f862eb9 Mon Sep 17 00:00:00 2001 From: Ndacyayisenga-droid Date: Mon, 13 Jan 2025 11:25:59 +0300 Subject: [PATCH 2/2] test --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 3d508c9..e6c5489 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -3,7 +3,7 @@ # This workflow uses actions that are not certified by GitHub. # They are provided by a third-party and are governed by -# separate terms of service, privacy policy, and support +# separate terms of service, privacy policy, and supports # documentation. name: Java CI with Maven