We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a30bb82 commit b5a3bf3Copy full SHA for b5a3bf3
1 file changed
.github/workflows/ci.yml
@@ -78,6 +78,15 @@ jobs:
78
--dynamic-config-value system.enableActivityEagerExecution=true \
79
--dynamic-config-value system.enableExecuteMultiOperation=true \
80
--dynamic-config-value system.frontend.enableUpdateWorkflowExecutionAsyncAccepted=true
81
+ ./temporal operator namespace create --namespace UnitTest
82
+ ./temporal operator search-attribute create --namespace UnitTest \
83
+ --name CustomKeywordField --type Keyword \
84
+ --name CustomStringField --type Text \
85
+ --name CustomTextField --type Text \
86
+ --name CustomIntField --type Int \
87
+ --name CustomDatetimeField --type Datetime \
88
+ --name CustomDoubleField --type Double \
89
+ --name CustomBoolField --type Bool
90
91
- name: Run unit tests
92
env:
0 commit comments