You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Act also panics if the docker daemon is unreachable.
Reason for this issue
The PR changed the meaning of the then executor to something like finally, therefore the pipeline executor won't stop on errors and continues with an invalid state. E.g. the action.yml file failed to load, then the next pipeline entry was expected to be skipped, but since it actually runs there is a null pointer access.
The text was updated successfully, but these errors were encountered:
System information
act
:catthehacker/ubuntu:act-latest
act
version: 0.2.26-master ( e9c4609 since 1891c72 )Expected behaviour
Print a proper errormessage and don't panic.
Actual behaviour
Panic after some failures without any cleanup.
Workflow and/or repository
workflow
Steps to reproduce
act -W .\no-panic-after-failure\push.yml -v
act
outputLog
EDIT 1
I'm mitigating missing cleanup due to this issue by ChristopherHX@425dc96
Act also panics if the docker daemon is unreachable.
Reason for this issue
The PR changed the meaning of the then executor to something like finally, therefore the pipeline executor won't stop on errors and continues with an invalid state. E.g. the action.yml file failed to load, then the next pipeline entry was expected to be skipped, but since it actually runs there is a null pointer access.
The text was updated successfully, but these errors were encountered: