act/pkg
Markus Wolf ff5e289804
test: add test for networking setup in act (#1375)
* test: add test for networking setup in act

This test makes sure that the hostname inside of act is resolvable.

* fix: only merge existing container options

When merging parsed container options without options being
set in a job, the default docker options are returned and
will override the expected defaults by act (e.g. network mode).

This is a first attempt to mitigate this behavior and only
merge settings if something was requested on a job.

* refactor: split config merging into own function

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-10-12 16:30:56 +00:00
..
artifacts lint: add ReadHeaderTimeout (#1277) 2022-07-25 12:12:48 +00:00
common fix: support docker create arguments from container.options (#1022) (#1351) 2022-10-06 22:09:43 +00:00
container test: add test for networking setup in act (#1375) 2022-10-12 16:30:56 +00:00
exprparser fix: support docker create arguments from container.options (#1022) (#1351) 2022-10-06 22:09:43 +00:00
model fix: support docker create arguments from container.options (#1022) (#1351) 2022-10-06 22:09:43 +00:00
runner test: add test for networking setup in act (#1375) 2022-10-12 16:30:56 +00:00