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
|
@ -573,6 +573,7 @@ func TestStepActionRemotePost(t *testing.T) {
|
|||
},
|
||||
StepResults: tt.initialStepResults,
|
||||
IntraActionState: tt.IntraActionState,
|
||||
nodeToolFullPath: "node",
|
||||
},
|
||||
Step: tt.stepModel,
|
||||
action: tt.actionModel,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue