Replies: 1 comment
-
Please provide help on this issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a workflow in which I have added a maven setup action as follows:
When the runner performs post cleanup actions, The "Post Maven Setup Action" fails the entire workflow run. It displays following error when workflow was executed in debug mode as follows:
2022-12-01T17:23:34.5151044Z ##[debug]RangeError: Maximum call stack size exceeded
2022-12-01T17:23:34.5152069Z ##[debug] at DefaultGlobber.globGenerator_1 (/runner/bin.2.299.1/hashFiles/index.js:1896:27)
2022-12-01T17:23:34.5152768Z ##[debug] at globGenerator_1.next ()
2022-12-01T17:23:34.5153245Z ##[debug] at resume (/runner/bin.2.299.1/hashFiles/index.js:1786:44)
2022-12-01T17:23:34.5153724Z ##[debug] at fulfill (/runner/bin.2.299.1/hashFiles/index.js:1788:31)
2022-12-01T17:23:34.5249399Z ##[debug]STDOUT/STDERR stream read finished.
2022-12-01T17:23:34.5249464Z ##[debug]STDOUT/STDERR stream read finished.
2022-12-01T17:23:34.5250623Z ##[debug]Finished process 75690 with exit code 1, and elapsed time 00:00:09.6988026.
2022-12-01T17:23:34.5265255Z ##[error]s4u/setup-maven-action/v1.2.1/action.yml (Line: 93, Col: 14):
I am attaching the log of this post action. Please provide any help to resolve it.
Thanks
28_Post Setup Maven Action.txt
Beta Was this translation helpful? Give feedback.
All reactions