act_runner/pkg/runner
Louis Auzuret e4607fc791
fix: skip service container for empty image (#2281)
* fix: skip service container for empty image

It is used to skip empty image name in services which is the only way to handle condition services in github action currently https://github.com/actions/runner/issues/822

* test: add testdata for empty image in services

* fix: add missing test call

* fix: wring test call

* fix: invalid without expression

---------

Co-authored-by: ChristopherHX <christopher.homberger@web.de>
2024-06-05 19:16:34 +00:00
..
hashfiles chore: fix some comments (#2279) 2024-04-10 19:58:56 +00:00
res
testdata fix: skip service container for empty image (#2281) 2024-06-05 19:16:34 +00:00
action.go fix: composite action input pollution (#2348) 2024-06-05 14:44:44 +00:00
action_cache.go Meta-copy-symlinks-new-actions-cache (#2337) 2024-05-29 00:12:32 +00:00
action_cache_offline_mode.go feat: offline mode for new action cache (#2173) 2024-02-12 12:51:37 +00:00
action_cache_test.go refactor: simpilfy go-git cache (#2208) 2024-02-18 03:53:22 +00:00
action_composite.go chore: remove repetitive words (#2259) 2024-03-28 23:14:53 +00:00
action_test.go
command.go
command_test.go
container_mock_test.go
expression.go fix: update reusable workflow input handling (#2349) 2024-06-05 14:30:12 +00:00
expression_test.go
job_executor.go Add support for service containers (#1949) 2023-10-19 09:24:52 +00:00
job_executor_test.go
local_repository_cache.go feat: Test writing remote Actions locally (#2155) 2024-02-23 07:40:14 +00:00
logger.go fix function name in comment (#2240) 2024-03-06 14:20:06 +00:00
reusable_workflow.go feat: support offline mode (#2128) 2024-01-20 00:20:15 +00:00
run_context.go fix: skip service container for empty image (#2281) 2024-06-05 19:16:34 +00:00
run_context_test.go Actions Artifacts v4 backend (#2224) 2024-05-20 20:00:04 +00:00
runner.go feat: support offline mode (#2128) 2024-01-20 00:20:15 +00:00
runner_test.go fix: skip service container for empty image (#2281) 2024-06-05 19:16:34 +00:00
step.go fix: composite action input pollution (#2348) 2024-06-05 14:44:44 +00:00
step_action_local.go feat: cli option to enable the new action cache (#1954) 2024-01-19 23:49:35 +00:00
step_action_local_test.go
step_action_remote.go fix: improve new-action-cache fetch failure error (#2172) 2024-01-28 17:02:15 +00:00
step_action_remote_test.go
step_docker.go
step_docker_test.go
step_factory.go
step_factory_test.go
step_run.go
step_run_test.go
step_test.go fix: composite action input pollution (#2348) 2024-06-05 14:44:44 +00:00