We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71ec154 commit 71e0facCopy full SHA for 71e0fac
.github/workflows/ci.yml
@@ -21,4 +21,4 @@ jobs:
21
with:
22
java-version: 1.8
23
- name: Build with Maven
24
- run: mvn -B package -P github --file pom.xml
+ run: mvn -B package -P no-integration-tests --file pom.xml
0 commit comments