We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9d1453 commit babaa6fCopy full SHA for babaa6f
.github/workflows/pr.yml
@@ -25,8 +25,8 @@ jobs:
25
cache: 'maven'
26
- name: Check code format
27
run: |
28
- ./mvnw ${MAVEN_ARGS} formatter:validate -Dconfigfile=$PWD/contributing/eclipse-google-style.xml --file pom.xml
29
- ./mvnw ${MAVEN_ARGS} impsort:check --file pom.xml
+ ./mvnw ${MAVEN_ARGS} formatter:validate -Dconfigfile=$PWD/contributing/eclipse-google-style.xml -pl '!operator-framework-bom' --file pom.xml
+ ./mvnw ${MAVEN_ARGS} impsort:check -pl '!operator-framework-bom' --file pom.xml
30
- name: Run unit tests
31
run: ./mvnw ${MAVEN_ARGS} -B test --file pom.xml
32
0 commit comments