We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d4bb8f commit 5891049Copy full SHA for 5891049
.github/workflows/build.yml
@@ -16,4 +16,4 @@ jobs:
16
with:
17
java-version: 1.8
18
- name: Build
19
- run: mvn install
+ run: mvn install -DskipTests
0 commit comments