From ca8903b1e49a59be8b1ce5fde76810e88ebcb201 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Sun, 3 Aug 2025 17:02:23 +0200 Subject: [PATCH] chore: add a test case for the workflow_call event --- act/runner/runner_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/act/runner/runner_test.go b/act/runner/runner_test.go index 34045bd0..0c890626 100644 --- a/act/runner/runner_test.go +++ b/act/runner/runner_test.go @@ -252,7 +252,7 @@ func TestRunner_RunEvent(t *testing.T) { // {workdir, "remote-action-composite-js-pre-with-defaults", "push", "", platforms, secrets}, {workdir, "remote-action-composite-action-ref", "push", "", platforms, secrets}, // reusable workflow not fully implemented yet - // {workdir, "uses-workflow", "push", "", platforms, map[string]string{"secret": "keep_it_private"}}, + {workdir, "uses-workflow", "push", "", platforms, map[string]string{"secret": "keep_it_private"}}, // {workdir, "uses-workflow", "pull_request", "", platforms, map[string]string{"secret": "keep_it_private"}}, {workdir, "uses-docker-url", "push", "", platforms, secrets}, {workdir, "act-composite-env-test", "push", "", platforms, secrets},