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
The /s above are to denote regular expressions. In the problem matcher syntax, you get to use Java style strings to represent regular expressions, which means using double-backslashes (\n => \\n) for builtin regular expression character classes (not applicable in the above example)
It looks like
/ FAILED$/
might be a pattern to match things, or possibly/>.* FAILED$/
.https://github.com/actions/toolkit/blob/main/docs/problem-matchers.md
n.b. the documentation is buggy, I thought I wrote a PR to fix it, but I can't find it 😞
Slack Message
The text was updated successfully, but these errors were encountered: