From 61754718dfa653cedb6ee5cc316447ba2a757ff9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 15 May 2026 21:29:30 +0000 Subject: [PATCH 1/2] Initial plan From 23726ea19d622ef52b615ecafaf73fd3ec47a5b4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 15 May 2026 21:36:14 +0000 Subject: [PATCH 2/2] fix: pass context to compile validation integration tests Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- pkg/cli/compile_command_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/cli/compile_command_test.go b/pkg/cli/compile_command_test.go index 7d041e0dbef..a7474d74f98 100644 --- a/pkg/cli/compile_command_test.go +++ b/pkg/cli/compile_command_test.go @@ -396,6 +396,7 @@ This is a test workflow. // Compile without emitting err = CompileWorkflowDataWithValidation( + context.Background(), compiler, workflowData, testFile, @@ -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,