Skip to content

Commit 234c732

Browse files
committed
chore(spanner): inject env
1 parent 22de193 commit 234c732

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ jobs:
8686
distribution: temurin
8787
- run: echo "SUREFIRE_JVM_OPT=-Djvm=${JAVA_HOME}/bin/java" >> $GITHUB_ENV
8888
shell: bash
89+
- run: echo "MAVEN_OPTS=-DGOOGLE_CLOUD_SPANNER_MULTIPLEXED_SESSIONS=true -DGOOGLE_CLOUD_SPANNER_MULTIPLEXED_SESSIONS_FOR_RW=true" >> $GITHUB_ENV
90+
shell: bash
8991
- uses: actions/setup-java@v3
9092
with:
9193
java-version: 17

0 commit comments

Comments
 (0)