Skip to content

Commit 6887c01

Browse files
authored
Adding CI workflow for Windows OS (opensearch-project#299)
Signed-off-by: Surya Sashank Nistala <snistala@amazon.com> Signed-off-by: Surya Sashank Nistala <snistala@amazon.com>
1 parent f9ae96c commit 6887c01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
java:
1515
- 11
1616
- 17
17-
17+
os: [ubuntu-latest, windows-latest]
1818
name: Build and Test
19-
runs-on: ubuntu-latest
19+
runs-on: ${{ matrix.os }}
2020

2121
steps:
2222
- name: Checkout

0 commit comments

Comments
 (0)