Skip to content

Commit b5a9260

Browse files
rename job names
1 parent 08d93f8 commit b5a9260

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
JOB_TYPE: test
5555
GOOGLE_CLOUD_SPANNER_MULTIPLEXED_SESSIONS_PARTITIONED_OPS: true
5656
GOOGLE_CLOUD_SPANNER_MULTIPLEXED_SESSIONS_FOR_RW: true
57-
units-without-multiplexed-session:
57+
units-with-regular-session:
5858
runs-on: ubuntu-latest
5959
strategy:
6060
fail-fast: false
@@ -112,7 +112,7 @@ jobs:
112112
GOOGLE_CLOUD_SPANNER_MULTIPLEXED_SESSIONS: true
113113
GOOGLE_CLOUD_SPANNER_MULTIPLEXED_SESSIONS_PARTITIONED_OPS: true
114114
GOOGLE_CLOUD_SPANNER_MULTIPLEXED_SESSIONS_FOR_RW: true
115-
units-without-multiplexed-session8:
115+
units-with-regular-session8:
116116
# Building using Java 17 and run the tests with Java 8 runtime
117117
name: "units-with-multiplexed-session (8)"
118118
runs-on: ubuntu-latest

.github/workflows/integration-tests-against-emulator-with-multiplexed-session.yaml renamed to .github/workflows/integration-tests-against-emulator-with-regular-session.yaml

File renamed without changes.

0 commit comments

Comments
 (0)