Skip to content

Commit 884a669

Browse files
committed
test(cli): add CHAINLOOP_SANDBOX to humanized runner type test
Assisted-by: Claude Code Signed-off-by: Miguel Martinez Trivino <miguel@chainloop.dev> Chainloop-Trace-Sessions: 3f5608e5-e869-4677-8c44-97a0b5aec207
1 parent 38c6993 commit 884a669

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

app/cli/pkg/action/workflow_run_list_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ func (s *workflowRunListSuite) TestHumanizedRunnerType() {
6868
name: "tekton runner",
6969
testInput: v1.CraftingSchema_Runner_TEKTON_PIPELINE,
7070
expectedOutput: "Tekton Pipeline",
71+
}, {
72+
name: "chainloop sandbox runner",
73+
testInput: v1.CraftingSchema_Runner_CHAINLOOP_SANDBOX,
74+
expectedOutput: "Chainloop Sandbox",
7175
}, {
7276
name: "unknown runner",
7377
testInput: -34,

0 commit comments

Comments
 (0)