Skip to content

Commit

Permalink
Addressed PR comments
Browse files Browse the repository at this point in the history
Signed-off-by: Owais Kazi <[email protected]>
  • Loading branch information
owaiskazi19 committed Oct 13, 2023
1 parent f9817f5 commit dad496b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit dad496b

Please sign in to comment.