We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14d8c20 commit d58615dCopy full SHA for d58615d
1 file changed
.github/workflows/ci.yaml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ${{ matrix.os }}
9
strategy:
10
matrix:
11
- os: [ubuntu-18.04, macOS-latest, windows-2016]
+ os: [ubuntu-18.04, macOS-latest]
12
java: [11]
13
fail-fast: false
14
max-parallel: 4
@@ -21,7 +21,6 @@ jobs:
21
with:
22
java-version: ${{ matrix.java }}
23
- name: Test with Maven
24
- #run: mvn test --batch-mode verify
25
run: mvn verify
26
27
...
0 commit comments