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 cbf9d2d commit 7fd5821Copy full SHA for 7fd5821
.github/workflows/ci.yml
@@ -101,7 +101,8 @@ jobs:
101
--dynamic-config-value matching.useNewMatcher=true \
102
--dynamic-config-value system.refreshNexusEndpointsMinWait=1000 \
103
--dynamic-config-value component.callbacks.allowedAddresses='[{"Pattern":"*","AllowInsecure":true}]' \
104
- --dynamic-config-value frontend.workerVersioningWorkflowAPIs=true &
+ --dynamic-config-value frontend.workerVersioningWorkflowAPIs=true \
105
+ --dynamic-config-value system.enableDeploymentVersions=true &
106
sleep 10s
107
108
- name: Run unit tests
0 commit comments