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
I have a package where the CI uses BenchmarkTools.jl, and there is some logging with level -1 (see log level definition and log message generation).
This causes an error because only standard log levels are taken into account for the GitHub action (see CI log).
I have a package where the CI uses BenchmarkTools.jl, and there is some logging with level -1 (see log level definition and log message generation).
This causes an error because only standard log levels are taken into account for the GitHub action (see CI log).
I believe the culprit is this block of code, which needs an
else
otherwisecmd
might benothing
:GitHubActions.jl/src/GitHubActions.jl
Lines 242 to 250 in bf65faa
The text was updated successfully, but these errors were encountered: