We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22de193 commit 234c732Copy full SHA for 234c732
.github/workflows/ci.yaml
@@ -86,6 +86,8 @@ jobs:
86
distribution: temurin
87
- run: echo "SUREFIRE_JVM_OPT=-Djvm=${JAVA_HOME}/bin/java" >> $GITHUB_ENV
88
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
91
- uses: actions/setup-java@v3
92
with:
93
java-version: 17
0 commit comments