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
At the moment there's no way for the GitHub check runner to know if the publishing task failed to execute since the application catches all errors and reports them but doesn't ever exit with a status code.
To do this e2e tests will need to run in a forked JVM so a call to System.exit() won't exit testing early.
The text was updated successfully, but these errors were encountered:
At the moment there's no way for the GitHub check runner to know if the publishing task failed to execute since the application catches all errors and reports them but doesn't ever exit with a status code.
To do this e2e tests will need to run in a forked JVM so a call to
System.exit()
won't exit testing early.The text was updated successfully, but these errors were encountered: