Skip to content

Commit 7b89bba

Browse files
authored
Add Windows CI (#1835)
1 parent 4433e73 commit 7b89bba

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/maven.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,14 @@ jobs:
3838
java-version: '11'
3939
- name: Run Tests
4040
run: ./mvnw -B -ntp clean test
41+
42+
RunOnWindows:
43+
runs-on: windows-latest
44+
steps:
45+
- uses: actions/checkout@v3
46+
- uses: actions/setup-java@v3
47+
with:
48+
distribution: 'corretto'
49+
java-version: '11'
50+
- name: Run Tests
51+
run: ./mvnw.cmd -B -ntp clean test

0 commit comments

Comments
 (0)