Skip to content

Commit 59bd35d

Browse files
committed
also run sdk-platform-java tests separately
1 parent a4b3235 commit 59bd35d

File tree

2 files changed

+8
-0
lines changed
  • .github/workflows
  • sdk-platform-java/gapic-generator-java-pom-parent

2 files changed

+8
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ jobs:
108108
java-datastore: java-datastore/**
109109
java-logging: java-logging/**
110110
java-logging-logback: java-logging-logback/**
111+
sdk-platform-java: sdk-platform-java/**
111112
split-units:
112113
runs-on: ubuntu-latest
113114
needs: changes

sdk-platform-java/gapic-generator-java-pom-parent/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,13 @@
202202
</plugins>
203203
</build>
204204
</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>
205212
</profiles>
206213
<repositories>
207214
<repository>

0 commit comments

Comments
 (0)