File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,10 @@ an error, a warning or something else.
6767So the workflows separate the steps outputs into steps events named
6868``err ``, ``fail ``, and ``warn ``:
6969
70- * ``err ``: What a method return, if not captured (``|| true ``), fails the CI.
70+ * ``err ``: What a method that must succeed returns, if not captured
71+ (``|| true ``), fails the CI. Internal to the bash methods, return codes
72+ expected to return known warnings and errors are filtered-out, deferring
73+ to the assertion step.
7174* ``fail ``: Indicates that a warning or error deemed strict was raised.
7275 Is collected at the assert job and ends the run with failure.
7376* ``warn ``: Indicates that a warning or error non-deemed strict was raised.
You can’t perform that action at this time.
0 commit comments