act/pkg/runner
Ryan 72dd2d344c
tests(runner): move arm64 test to own func (#1095)
Prevents random failing of all other runs when qemu binfmt
is not set up

Signed-off-by: Ryan <me@hackerc.at>

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-04-05 15:41:36 +00:00
..
res Add super-linter + fix lint issues (#650) 2021-05-03 09:52:03 -07:00
testdata fix: return error on reusable workflows (#1093) 2022-03-30 17:20:45 +00:00
action.go refactor: simplify action function signatures (#1083) 2022-03-29 17:42:11 +00:00
action_test.go refactor: simplify action function signatures (#1083) 2022-03-29 17:42:11 +00:00
command.go fix: hide masked values in log files (#1011) 2022-03-02 08:29:34 +00:00
command_test.go feat: add json logger output (#1026) 2022-03-14 15:33:11 +00:00
container_mock_test.go feat: split job steps into its own files/structs (#1004) 2022-03-22 14:13:00 -07:00
expression.go feat: split job steps into its own files/structs (#1004) 2022-03-22 14:13:00 -07:00
expression_test.go feat: split job steps into its own files/structs (#1004) 2022-03-22 14:13:00 -07:00
job_executor.go feat: split job steps into its own files/structs (#1004) 2022-03-22 14:13:00 -07:00
job_executor_test.go tests(runner): move arm64 test to own func (#1095) 2022-04-05 15:41:36 +00:00
logger.go fix: remove unused TestContext (#1013) 2022-03-14 17:47:16 +00:00
run_context.go implement volume mount for container job (#1101) 2022-04-04 18:01:13 +00:00
run_context_test.go tests(runner): move arm64 test to own func (#1095) 2022-04-05 15:41:36 +00:00
runner.go feat: add option to specify git remote name (#1104) 2022-04-04 17:53:08 +00:00
runner_test.go tests(runner): move arm64 test to own func (#1095) 2022-04-05 15:41:36 +00:00
step.go feat: split job steps into its own files/structs (#1004) 2022-03-22 14:13:00 -07:00
step_action_local.go refactor: simplify action function signatures (#1083) 2022-03-29 17:42:11 +00:00
step_action_local_test.go refactor: simplify action function signatures (#1083) 2022-03-29 17:42:11 +00:00
step_action_remote.go refactor: simplify action function signatures (#1083) 2022-03-29 17:42:11 +00:00
step_action_remote_test.go refactor: simplify action function signatures (#1083) 2022-03-29 17:42:11 +00:00
step_docker.go fix: don't overwrite with empty cmd/entrypoint (#1076) 2022-03-29 18:00:52 +00:00
step_docker_test.go feat: split job steps into its own files/structs (#1004) 2022-03-22 14:13:00 -07:00
step_factory.go feat: split job steps into its own files/structs (#1004) 2022-03-22 14:13:00 -07:00
step_factory_test.go feat: split job steps into its own files/structs (#1004) 2022-03-22 14:13:00 -07:00
step_run.go feat: split job steps into its own files/structs (#1004) 2022-03-22 14:13:00 -07:00
step_run_test.go feat: split job steps into its own files/structs (#1004) 2022-03-22 14:13:00 -07:00
step_test.go feat: split job steps into its own files/structs (#1004) 2022-03-22 14:13:00 -07:00