From dad496ba69651b213cd1ecc57597e0d04edd5e6d Mon Sep 17 00:00:00 2001 From: Owais Kazi Date: Fri, 13 Oct 2023 10:19:27 -0700 Subject: [PATCH] Addressed PR comments Signed-off-by: Owais Kazi --- .github/workflows/CI.yml | 4 +++- .github/workflows/test.yml | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7cbf277c8..db28fea02 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -33,7 +33,9 @@ jobs: - macOS-latest - windows-latest java: + - 11 - 17 + - 20 name: Build if: github.repository == 'opensearch-project/opensearch-ai-flow-framework' runs-on: ${{ matrix.os }} @@ -47,4 +49,4 @@ jobs: distribution: temurin - name: Build run: | - ./gradlew check -x test -x integTest -x yamlRestTest + ./gradlew build -x test -x integTest -x yamlRestTest diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b09fe9841..6b228a9f7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,9 @@ jobs: - macOS-latest - windows-latest java: + - 11 - 17 + - 20 if: github.repository == 'opensearch-project/opensearch-ai-flow-framework' runs-on: ${{ matrix.os }} steps: