[GH-ISSUE #2597] make test fails #1182

Open
opened 2026-03-01 21:49:30 +03:00 by kerem · 0 comments
Owner

Originally created by @rminnich on GitHub (Dec 31, 2024).
Original GitHub issue: https://github.com/nektos/act/issues/2597

Bug report info

note that make test failure precludes using act --bug-report?

Command used with act

make test
...
time="2024-12-31T08:11:44-08:00" level=debug
time="2024-12-31T08:11:44-08:00" level=fatal msg="Failed to decode node {4 0 !!map   <nil> [0xc0007dbea0 0xc000826000]    17 9} into *map[string][]interface {}: yaml: unmarshal errors:\n  line 17: cannot unmarshal !!str `${{from...` into []interface {}"
FAIL	github.com/nektos/act/pkg/runner	94.515s
ok  	github.com/nektos/act/pkg/schema	0.009s
ok  	github.com/nektos/act/pkg/workflowpattern	0.005s

Describe issue

make test gets an error
make install also gets another obscure error
make install requires sudo, would be nice if it would default to ~/go/bin

No response

Workflow content

make test

Relevant log output

this is with the makefile, so no act output

Additional information

No response

Originally created by @rminnich on GitHub (Dec 31, 2024). Original GitHub issue: https://github.com/nektos/act/issues/2597 ### Bug report info ```plain text note that make test failure precludes using act --bug-report? ``` ### Command used with act ```sh make test ... time="2024-12-31T08:11:44-08:00" level=debug time="2024-12-31T08:11:44-08:00" level=fatal msg="Failed to decode node {4 0 !!map <nil> [0xc0007dbea0 0xc000826000] 17 9} into *map[string][]interface {}: yaml: unmarshal errors:\n line 17: cannot unmarshal !!str `${{from...` into []interface {}" FAIL github.com/nektos/act/pkg/runner 94.515s ok github.com/nektos/act/pkg/schema 0.009s ok github.com/nektos/act/pkg/workflowpattern 0.005s ``` ### Describe issue make test gets an error make install also gets another obscure error make install requires sudo, would be nice if it would default to ~/go/bin ### Link to GitHub repository _No response_ ### Workflow content ```yml make test ``` ### Relevant log output ```sh this is with the makefile, so no act output ``` ### Additional information _No response_
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#1182
No description provided.