We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4b3235 commit 59bd35dCopy full SHA for 59bd35d
.github/workflows/ci.yaml
@@ -108,6 +108,7 @@ jobs:
108
java-datastore: java-datastore/**
109
java-logging: java-logging/**
110
java-logging-logback: java-logging-logback/**
111
+ sdk-platform-java: sdk-platform-java/**
112
split-units:
113
runs-on: ubuntu-latest
114
needs: changes
sdk-platform-java/gapic-generator-java-pom-parent/pom.xml
@@ -202,6 +202,13 @@
202
</plugins>
203
</build>
204
</profile>
205
+ <!-- skip tests if bulkTests profile is enabled (when testing the rest of the monorepo) -->
206
+ <profile>
207
+ <id>bulkTests</id>
208
+ <properties>
209
+ <skipTests>true</skipTests>
210
+ </properties>
211
+ </profile>
212
</profiles>
213
<repositories>
214
<repository>
0 commit comments