File tree Expand file tree Collapse file tree 3 files changed +1
-2
lines changed Expand file tree Collapse file tree 3 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 1919
2020 # Use these variables to force specific version of CLI/Time Skipping Server for SDK tests
2121 # TESTS_CLI_VERSION: 'v0.13.2'
22- TESTS_CLI_VERSION : ' v1.3.1-persistence-fix.0'
2322 # TESTS_TIME_SKIPPING_SERVER_VERSION: 'v1.24.1'
2423
2524jobs :
Original file line number Diff line number Diff line change 1414
1515 # Use these variables to force specific version of CLI/Time Skipping Server for SDK tests
1616 # TESTS_CLI_VERSION: 'v0.13.2'
17- TESTS_CLI_VERSION : ' v1.3.1-persistence-fix.0'
1817 # TESTS_TIME_SKIPPING_SERVER_VERSION: 'v1.24.1'
1918
2019jobs :
Original file line number Diff line number Diff line change @@ -142,6 +142,7 @@ function versioningOverrideToProto(
142142 return {
143143 pinned : {
144144 version : vo . pinnedTo ,
145+ behavior : temporal . api . workflow . v1 . VersioningOverride . PinnedOverrideBehavior . PINNED_OVERRIDE_BEHAVIOR_PINNED ,
145146 } ,
146147 behavior : temporal . api . enums . v1 . VersioningBehavior . VERSIONING_BEHAVIOR_PINNED ,
147148 pinnedVersion : toCanonicalString ( vo . pinnedTo ) ,
You can’t perform that action at this time.
0 commit comments