Skip to content

Commit

Permalink
Adding CI workflow for Windows OS (opensearch-project#299) (opensearc…
Browse files Browse the repository at this point in the history
…h-project#301)

Signed-off-by: Surya Sashank Nistala <snistala@amazon.com>

Signed-off-by: Surya Sashank Nistala <snistala@amazon.com>
(cherry picked from commit 6887c01)

Co-authored-by: Surya Sashank Nistala <sashank.nistala@gmail.com>
Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
  • Loading branch information
2 people authored and AWSHurneyt committed Apr 12, 2024
1 parent 72c28b4 commit b822dc3
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 b822dc3

Please sign in to comment.