Fix to only copy problem-matchers configs to RUNNER_TOOL_CACHE

This commit is contained in:
Shivam Mathur
2021-11-10 05:45:18 +05:30
parent 03509eca9b
commit beaceb0089
5 changed files with 3 additions and 3 deletions

View File

@ -0,0 +1,24 @@
{
"problemMatcher": [
{
"owner": "phpunit",
"pattern": [
{
"regexp": "^\\d+\\)\\s.*$"
},
{
"regexp": "^(.*Failed\\sasserting\\sthat.*)$",
"message": 1
},
{
"regexp": "^\\s*$"
},
{
"regexp": "^(.*):(\\d+)$",
"file": 1,
"line": 2
}
]
}
]
}