Skip to content

Commit

Permalink
Adding CI workflow for Windows OS (opensearch-project#299)
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]>
  • Loading branch information
eirsep authored Nov 1, 2022
1 parent f9ae96c commit 6887c01
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 6887c01

Please sign in to comment.