Skip to content

Commit 0d62ddf

Browse files
authored
ci: skip enfocer when preparing the gapic-libraries-bom check (#11234)
Running the enforcer rule in another check than 'enforcer' causes irrelevant failures in the check. The enforcer check when installing the modules is not necessary.
1 parent de915ee commit 0d62ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
cache: maven
111111
- name: Install Maven modules to local Maven repository
112112
run: |
113-
mvn install -B -ntp -T 1C -DskipTests -Dclirr.skip -Dcheckstyle.skip
113+
mvn install -B -ntp -T 1C -DskipTests -Dclirr.skip -Dcheckstyle.skip -Denforcer.skip
114114
- name: Validate gapic-libraries-bom
115115
uses: googleapis/java-cloud-bom/tests/[email protected]
116116
with:

0 commit comments

Comments
 (0)