File tree 2 files changed +19
-3
lines changed
2 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 25
25
mvn test --batch-mode --no-transfer-progress -Dcheckstyle.skip \
26
26
-Dfmt.skip -DenableTestCoverage
27
27
- run : bazelisk version
28
- - name : Install maven modules
28
+ - name : Install Maven modules
29
29
run : |
30
30
mvn install -B -ntp -DskipTests -Dclirr.skip -Dcheckstyle.skip
31
31
- name : Integration Tests
@@ -187,7 +187,7 @@ jobs:
187
187
java-version : ${{ matrix.java }}
188
188
distribution : temurin
189
189
- run : mvn -version
190
- - name : Install maven modules
190
+ - name : Install Maven modules
191
191
run : |
192
192
mvn install -B -ntp -DskipTests -Dclirr.skip -Dcheckstyle.skip
193
193
- name : Java Linter
@@ -218,3 +218,19 @@ jobs:
218
218
-P enable-integration-tests \
219
219
--batch-mode \
220
220
--no-transfer-progress
221
+ gapic-generator-java-bom :
222
+ runs-on : ubuntu-latest
223
+ steps :
224
+ - uses : actions/checkout@v3
225
+ - uses : actions/setup-java@v3
226
+ with :
227
+ java-version : 11
228
+ distribution : temurin
229
+ cache : maven
230
+ - name : Install Maven modules to local Maven repository
231
+ run : |
232
+ mvn install -B -ntp -DskipTests -Dclirr.skip -Dcheckstyle.skip
233
+ - name : Validate gapic-generator-java-bom
234
+ uses : googleapis/java-cloud-bom/tests/validate-bom@main
235
+ with :
236
+ bom-path : gapic-generator-java-bom/pom.xml
Original file line number Diff line number Diff line change 115
115
116
116
</dependencyManagement >
117
117
118
- </project >
118
+ </project >
You can’t perform that action at this time.
0 commit comments