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 {