Skip to content

Commit 7fd5821

Browse files
committed
Enable versioning in dynamic config
1 parent cbf9d2d commit 7fd5821

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ jobs:
101101
--dynamic-config-value matching.useNewMatcher=true \
102102
--dynamic-config-value system.refreshNexusEndpointsMinWait=1000 \
103103
--dynamic-config-value component.callbacks.allowedAddresses='[{"Pattern":"*","AllowInsecure":true}]' \
104-
--dynamic-config-value frontend.workerVersioningWorkflowAPIs=true &
104+
--dynamic-config-value frontend.workerVersioningWorkflowAPIs=true \
105+
--dynamic-config-value system.enableDeploymentVersions=true &
105106
sleep 10s
106107
107108
- name: Run unit tests

0 commit comments

Comments
 (0)