summaryrefslogtreecommitdiffstats
path: root/pkg/runner/runner_test.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix: log skipped job and step result as info instead of debugEarl Warren2024-11-211-0/+38
* Merge branch 'nektos/master' into bump-nektosChongyi Zheng2024-02-171-0/+5
|\
| * Add support for service containers (#1949)Sam Foo2023-10-191-0/+5
* | Merge remote-tracking branch 'upstream/master' into bump-nektostechknowlogick2023-10-111-0/+1
|\|
| * fix action_ref (composite action) (#2020)ChristopherHX2023-10-041-0/+1
* | Merge nektos/act/v0.2.51techknowlogick2023-09-241-0/+1
|\|
| * feat: cmd support for windows (#1941)ChristopherHX2023-08-081-0/+1
* | Merge tag 'nektos/v0.2.49'Jason Song2023-08-021-0/+1
|\|
| * Allow inputs for workflow_calls (#1845)Sam Foo2023-06-271-0/+1
* | Merge tag 'nektos/v0.2.45'Jason Song2023-05-041-1/+28
|\|
| * Remove the comment-out code. (#1691)M.Yamashita2023-04-191-1/+0
| * feat: specify matrix on command line (#1675)Shubh Bapna2023-03-191-0/+28
* | Support services (#42)Zettat1232023-04-191-0/+37
|/
* test: Enshure ForcePull config doesn't break docker actions (1661)ChristopherHX2023-03-081-0/+24
* fix: crash malformed composite action (#1616)ChristopherHX2023-02-231-0/+2
* fix: tolerate workflow that needs a missing job (#1595) (#1619)Josh Soref2023-02-161-12/+103
* refactor: GITHUB_ENV command / remove env.PATH (#1503)ChristopherHX2023-02-041-1/+7
* test: Do not leak step env in composite (#1585)ChristopherHX2023-01-291-1/+4
* feat: add remote reusable workflows (#1525)Markus Wolf2023-01-191-1/+1
* Input (#1524)Shubh Bapna2023-01-131-0/+22
* fix: extra path lost in composite actions (#1531)ChristopherHX2023-01-101-0/+1
* fix: preserve job result state in case of failure (#1519)Markus Wolf2023-01-101-0/+1
* feat: Support "result" on "needs" context. (#1497)Aaron Holmes2022-12-191-0/+1
* feat: allow to spawn and run a local reusable workflow (#1423)Markus Wolf2022-12-151-117/+124
* feat: JobLoggerFactory (#1496)ChristopherHX2022-12-091-3/+16
* fix: step env is unavailable in with property expr (#1458)ChristopherHX2022-12-061-0/+1
* refactor: share UpdateFromEnv logic (#1457)ChristopherHX2022-12-061-0/+3
* feat: Host environment (#1293)ChristopherHX2022-11-161-57/+89
* fix: nil pointer access ( workflow_dispatch )ChristopherHX2022-11-101-0/+3
* Mapping `workflow_dispatch` inputs into the Expression `inputs` context (#1363)Markus Wolf2022-10-171-1/+9
* test: add test for networking setup in act (#1375)Markus Wolf2022-10-121-0/+1
* fix: crash on invalid docker credentials (#1348)ChristopherHX2022-09-261-0/+1
* fix: missing defaults in nodejs pre (#1349)ChristopherHX2022-09-261-0/+1
* fix: ensure all post steps are executed (#1286)v0.2.30Markus Wolf2022-07-291-0/+1
* Made env interpolated instead of evaluated. (#1222)Grigory Entin2022-07-271-0/+1
* fix: use docker images from dockerhub (#1249)R2022-07-081-4/+4
* feat: non root user container (#1202)ChristopherHX2022-06-211-0/+1
* Improve logging (#1171)Björn Brauer2022-06-171-1/+1
* pkg/runner: add support to replace GitHub's env (#1197)André Martins2022-06-081-0/+1
* fix: dryrun skip local actions + enable Tests (#1199)ChristopherHX2022-06-071-0/+30
* implement pre and post steps (#1089)Markus Wolf2022-05-241-0/+1
* refactor: remove composite action runcontext workaround (#1085)Markus Wolf2022-05-111-0/+33
* chore: fold integration test outputs (#1111)Markus Wolf2022-04-201-0/+4
* tests: remove runTestJobFile (#1127)Ryan2022-04-191-7/+3
* tests(runner): move arm64 test to own func (#1095)Ryan2022-04-051-143/+149
* implement volume mount for container job (#1101)Seunghyun Hwang2022-04-041-0/+1
* fix: return error on reusable workflows (#1093)Ryan2022-03-301-0/+1
* fix: deep evaluate matrix strategy (#964)ChristopherHX2022-02-151-0/+5
* Fix: regression run after failure (#971)ChristopherHX2022-01-271-0/+1
* Test: env.ACT in if condition of the workflow (#965)ChristopherHX2022-01-251-0/+1