1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-08-11 17:50:58 +00:00
forgejo-runner/act/model/testdata
Seunghyun Hwang c9298d0078 implement volume mount for container job (#1101)
* implement volume mount for container job

* Update pkg/runner/run_context.go

Co-authored-by: Ryan <me@hackerc.at>

* add tests for container volume mount options

* remove unused code

* prefer if-else instead of if-continue

* remove continue

* add some tests

Co-authored-by: Ryan <me@hackerc.at>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-04-04 18:01:13 +00:00
..
container-volumes implement volume mount for container job (#1101) 2022-04-04 18:01:13 +00:00
empty-workflow fix: fail workflow if the job name is invalid (#596) 2021-04-02 07:01:45 -07:00
invalid-job-name refactor: NewWorkflowPlanner (#648) 2021-05-03 07:57:24 -07:00
nested refactor: NewWorkflowPlanner (#648) 2021-05-03 07:57:24 -07:00
strategy Simplify Matrix decode, add defaults for fail-fast and max-parallel, add test (#763) 2021-08-09 15:35:05 +00:00