mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-09-15 18:57:01 +00:00
https://github.com/nektos/act/pull/2372 + fix: make node tool non volatile Currently downgrading node via setup-node can break later actions + fix it and lookup on startup + fix problems Co-authored-by: ChristopherHX <christopher.homberger@web.de> Reviewed-on: https://code.forgejo.org/forgejo/act/pulls/168 Reviewed-by: earl-warren <earl-warren@noreply.code.forgejo.org> Co-authored-by: Andrii Chyrva <andrii.s.chyrva@hotmail.com> Co-committed-by: Andrii Chyrva <andrii.s.chyrva@hotmail.com>
This commit is contained in:
parent
3fe4f4fb7f
commit
6e1377c2b0
9 changed files with 68 additions and 24 deletions
|
@ -164,6 +164,7 @@ func TestActionRunner(t *testing.T) {
|
|||
},
|
||||
},
|
||||
},
|
||||
nodeToolFullPath: "node",
|
||||
},
|
||||
action: &model.Action{
|
||||
Inputs: map[string]model.Input{
|
||||
|
@ -208,6 +209,7 @@ func TestActionRunner(t *testing.T) {
|
|||
"name": "state value",
|
||||
},
|
||||
},
|
||||
nodeToolFullPath: "node",
|
||||
},
|
||||
action: &model.Action{
|
||||
Runs: model.ActionRuns{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue