Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions pkg/cli/compile_command_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ This is a test workflow.

// Compile without emitting
err = CompileWorkflowDataWithValidation(
context.Background(),
compiler,
workflowData,
testFile,
Expand Down Expand Up @@ -794,6 +795,7 @@ This is a test workflow.
// require Docker, but this test verifies the API contract that
// security tools are independent of the validate flag.
err = CompileWorkflowDataWithValidation(
context.Background(),
compiler,
workflowData,
testFile,
Expand Down