We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b863e1a commit c501080Copy full SHA for c501080
1 file changed
.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
25
- 21 # LTS
26
- GA # General access
27
include:
28
- - os-name: ubuntu-latest
+ - os-name: windows-latest
29
java-version: GA
30
- os-name: macos-latest
31
@@ -58,7 +58,7 @@ jobs:
58
path:
59
~/.m2
60
key: build-${{ env.cache-name }}
61
-
+
62
- name: Compile and run tests
63
shell: bash
64
run: ./mvnw -B -U clean verify
0 commit comments