Skip to content

Commit 169faca

Browse files
committed
run spanner units in split builds too
1 parent 37a58c0 commit 169faca

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-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+
java-spanner: java-spanner/**
111112
sdk-platform-java: sdk-platform-java/**
112113
split-units:
113114
runs-on: ubuntu-latest

java-spanner/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,4 +153,14 @@
153153
</plugins>
154154
</build>
155155

156+
<profiles>
157+
<!-- skip tests if bulkTests profile is enabled (when testing the rest of the monorepo) -->
158+
<profile>
159+
<id>bulkTests</id>
160+
<properties>
161+
<skipTests>true</skipTests>
162+
</properties>
163+
</profile>
164+
</profiles>
165+
156166
</project>

0 commit comments

Comments
 (0)