forgejo-runner-act/pkg
Björn Brauer 9abc87b416
fix: always execute closeContainer() executor (#988)
* fix: always execute closeContainer() executor

During our earlier refactoring in #984 we accidentally changed the
behaviour in such a way that the `closeContainer()` executor was never
called.

This commit restores the earlier behaviour.

Ref:
* https://github.com/nektos/act/pull/984/files#diff-c057d66dc9657d8428e290c69871596e2b567bb8fecad62a99cab54398131a84L294
* https://github.com/nektos/act/pull/984/files#diff-ea9d5c93d769ef9b268932dd9990363e97fc3bec8a00114979d049bead5dd718R68

* test: add testcases to ensure job containers are started/stopped

This commit adds tests to ensure that the executors of `startContainer`,
`stopContainer`, `interpolateOutputs` and `closeContainer` are always
called in the correct order.
2022-02-10 16:54:58 +00:00
..
artifacts feat: add node16 support (#922) 2021-12-22 19:34:18 +00:00
common Fix: regression run after failure (#971) 2022-01-27 16:20:44 +00:00
container fix: docker cp of dangling symlink (#943) (#948) 2022-01-27 16:53:26 +00:00
exprparser Refactor expression evaluator to use parser from actionlint package (#908) 2022-01-21 08:07:20 -08:00
model feat: add skipped status as step result (#950) 2022-01-21 08:10:26 -08:00
runner fix: always execute closeContainer() executor (#988) 2022-02-10 16:54:58 +00:00