Skip to content

Commit

Permalink
fix: [TKC-3006] List Executions now contain config (#6080)
Browse files Browse the repository at this point in the history
  • Loading branch information
povilasv authored Dec 16, 2024
1 parent 3a9814b commit d642b54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/v1/testkube.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8282,6 +8282,8 @@ components:
runningContext:
description: running context for the test workflow execution (Pro edition only)
$ref: "#/components/schemas/TestWorkflowRunningContext"
config:
$ref: "#/components/schemas/TestWorkflowConfigValue"
required:
- id
- name
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ type TestWorkflowExecutionSummary struct {
Workflow *TestWorkflowSummary `json:"workflow"`
Tags map[string]string `json:"tags,omitempty"`
RunningContext *TestWorkflowRunningContext `json:"runningContext,omitempty"`
Config map[string]string `json:"config,omitempty"`
}

0 comments on commit d642b54

Please sign in to comment.