Skip to content

Commit babaa6f

Browse files
committed
Skip operator-framework-bom
1 parent c9d1453 commit babaa6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
cache: 'maven'
2626
- name: Check code format
2727
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
28+
./mvnw ${MAVEN_ARGS} formatter:validate -Dconfigfile=$PWD/contributing/eclipse-google-style.xml -pl '!operator-framework-bom' --file pom.xml
29+
./mvnw ${MAVEN_ARGS} impsort:check -pl '!operator-framework-bom' --file pom.xml
3030
- name: Run unit tests
3131
run: ./mvnw ${MAVEN_ARGS} -B test --file pom.xml
3232

0 commit comments

Comments
 (0)