Skip to content

Commit

Permalink
Adding CI workflow for Windows OS (#299) (#301)
Browse files Browse the repository at this point in the history
Signed-off-by: Surya Sashank Nistala <[email protected]>

Signed-off-by: Surya Sashank Nistala <[email protected]>
(cherry picked from commit 6887c01)

Co-authored-by: Surya Sashank Nistala <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] and eirsep authored Nov 7, 2022
1 parent 3a83a1a commit 65cf945
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
java:
- 11
- 17

os: [ubuntu-latest, windows-latest]
name: Build and Test
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}

steps:
- name: Checkout
Expand Down

0 comments on commit 65cf945

Please sign in to comment.