Skip to content

Commit

Permalink
Added windows support for CI. (#40) (#41)
Browse files Browse the repository at this point in the history
Signed-off-by: Navneet Verma <navneev@amazon.com>
(cherry picked from commit d707db3)

Co-authored-by: Navneet Verma <navneev@amazon.com>
  • Loading branch information
opensearch-trigger-bot[bot] and navneet1v authored Oct 29, 2022
1 parent f153ced commit 1342a07
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ jobs:
strategy:
matrix:
java: [11, 17]
os: [ubuntu-latest, windows-latest]

name: Run Gradle Check on neural-search Plugin
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}

steps:
- name: Checkout neural-search
Expand All @@ -40,9 +41,10 @@ jobs:
strategy:
matrix:
java: [11, 17]
os: [ubuntu-latest, windows-latest]

name: Pre-commit neural-search Plugin
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}

steps:
- name: Checkout neural-search
Expand Down

0 comments on commit 1342a07

Please sign in to comment.