act_runner/pkg/runner
ChristopherHX 2c0e3fea00
fix: tests with validation errors were skipped (#2496)
* fix: tests with validation errors were skipped

* fixup

* [no ci] fix one test

* fix some tests

* fix last test

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2024-10-28 04:03:42 +00:00
..
hashfiles chore: fix some comments (#2279) 2024-04-10 19:58:56 +00:00
res
testdata fix: tests with validation errors were skipped (#2496) 2024-10-28 04:03:42 +00:00
action.go Fix #2363. Add /pre- and /post-entrypoint handling (#2394) 2024-07-24 07:41:33 +00:00
action_cache.go feat: improve new action cache logging (#2474) 2024-10-10 03:07:55 +00:00
action_cache_offline_mode.go feat: improve new action cache logging (#2474) 2024-10-10 03:07:55 +00:00
action_cache_test.go feat: improve new action cache logging (#2474) 2024-10-10 03:07:55 +00:00
action_composite.go fix: make node tool non volatile (#2372) 2024-07-10 15:58:37 +00:00
action_test.go fix: make node tool non volatile (#2372) 2024-07-10 15:58:37 +00:00
command.go chore: upgrade golangci-lint and address findings (#1904) 2023-07-10 17:12:12 -07:00
command_test.go
container_mock_test.go
expression.go fix: if condition in composite action misbehaves (#2473) 2024-10-10 02:52:09 +00:00
expression_test.go feature: Add support for github action variables (#1833) 2023-06-10 18:09:27 +00:00
job_executor.go fix: make node tool non volatile (#2372) 2024-07-10 15:58:37 +00:00
job_executor_test.go fix: make node tool non volatile (#2372) 2024-07-10 15:58:37 +00:00
local_repository_cache.go feat: improve new action cache logging (#2474) 2024-10-10 03:07:55 +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 run_context: add GITHUB_RUN_ATTEMPT (#2458) 2024-09-19 21:36:09 +00:00
run_context_test.go bug/issue #2448 - manage special bash options when no shell is defined (#2449) 2024-09-19 08:28:45 +00:00
runner.go feat: support offline mode (#2128) 2024-01-20 00:20:15 +00:00
runner_test.go fix: tests with validation errors were skipped (#2496) 2024-10-28 04:03:42 +00:00
step.go fix: if condition in composite action misbehaves (#2473) 2024-10-10 02:52:09 +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 fix: make node tool non volatile (#2372) 2024-07-10 15:58:37 +00:00
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 fix: make node tool non volatile (#2372) 2024-07-10 15:58:37 +00:00
step_docker.go chore: upgrade golangci-lint and address findings (#1904) 2023-07-10 17:12:12 -07:00
step_docker_test.go
step_factory.go
step_factory_test.go
step_run.go bug/issue #2448 - manage special bash options when no shell is defined (#2449) 2024-09-19 08:28:45 +00:00
step_run_test.go
step_test.go run_context: add GITHUB_RUN_ATTEMPT (#2458) 2024-09-19 21:36:09 +00:00