From 710255a0b8dcc062df1be4244ac5ebfe8102846a Mon Sep 17 00:00:00 2001 From: ChristopherHX Date: Fri, 25 Jul 2025 12:54:25 +0200 Subject: [PATCH] fix: dryrun service container * test driven development --- pkg/runner/runner_test.go | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pkg/runner/runner_test.go b/pkg/runner/runner_test.go index 1b7fe9ee..c56e48ab 100644 --- a/pkg/runner/runner_test.go +++ b/pkg/runner/runner_test.go @@ -655,6 +655,13 @@ func TestDryrunEvent(t *testing.T) { {workdir, "local-action-dockerfile", "push", "", platforms, secrets}, {workdir, "local-action-via-composite-dockerfile", "push", "", platforms, secrets}, {workdir, "local-action-js", "push", "", platforms, secrets}, + + // services + {workdir, "services", "push", "", platforms, secrets}, + {workdir, "services-empty-image", "push", "", platforms, secrets}, + {workdir, "services-host-network", "push", "", platforms, secrets}, + {workdir, "services-with-container", "push", "", platforms, secrets}, + {workdir, "mysql-service-container-with-health-check", "push", "", platforms, secrets}, } for _, table := range tables {