Skip to content

Commit f7f8851

Browse files
tweaks
1 parent 30cf1c2 commit f7f8851

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,12 @@ jobs:
8888
--dynamic-config-value system.enableActivityEagerExecution=true \
8989
--dynamic-config-value system.enableEagerWorkflowStart=true \
9090
--dynamic-config-value system.enableExecuteMultiOperation=true \
91-
--dynamic-config-value system.frontend.enableUpdateWorkflowExecutionAsyncAccepted=true \
92-
--dynamic-config-value system.frontend.workerVersioningDataAPIs=true \
91+
--dynamic-config-value frontend.enableUpdateWorkflowExecutionAsyncAccepted=true \
92+
--dynamic-config-value frontend.workerVersioningDataAPIs=true \
9393
--dynamic-config-value worker.buildIdScavengerEnabled=true \
94+
--dynamic-config-value frontend.workerVersioningRuleAPIs=true \
9495
--dynamic-config-value worker.removableBuildIdDurationSinceDefault=true \
95-
--dynamic-config-value system.frontend.workerVersioningWorkflowAPIs=true &
96+
--dynamic-config-value frontend.workerVersioningWorkflowAPIs=true &
9697
sleep 10s
9798
9899
- name: Run unit tests

0 commit comments

Comments
 (0)