mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-03-22 06:45:03 +01:00
feat: service container in host mode (#95)
This commit is contained in:
@@ -329,6 +329,8 @@ func TestRunEvent(t *testing.T) {
|
||||
|
||||
// docker action on host executor
|
||||
{workdir, "docker-action-host-env", "push", "", platforms, secrets},
|
||||
// docker service on host executor
|
||||
{workdir, "nginx-service-container-host-mode", "push", "", platforms, secrets},
|
||||
}
|
||||
|
||||
for _, table := range tables {
|
||||
|
||||
Reference in New Issue
Block a user