File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "problemMatcher" : [
3
+ {
4
+ "owner" : " git-test-suite" ,
5
+ "pattern" : [
6
+ {
7
+ "regexp" : " ^([^ :]+\\ .sh):(\\ d+): (error|warning|info):\\ s+(.*)$" ,
8
+ "file" : 1 ,
9
+ "line" : 2 ,
10
+ "severity" : 3 ,
11
+ "message" : 4
12
+ }
13
+ ]
14
+ }
15
+ ]
16
+ }
Original file line number Diff line number Diff line change @@ -157,6 +157,11 @@ then
157
157
MAKEFLAGS=" $MAKEFLAGS --jobs=10"
158
158
test windows ! = " $CI_OS_NAME " ||
159
159
GIT_TEST_OPTS=" --no-chain-lint --no-bin-wrappers $GIT_TEST_OPTS "
160
+
161
+ # https://github.com/actions/toolkit/blob/master/docs/commands.md#problem-matchers
162
+ echo " ::add-matcher::ci/git-problem-matcher.json"
163
+ test linux-musl = " $jobname " ||
164
+ MAKEFLAGS=" $MAKEFLAGS TEST_SHELL_PATH=/bin/sh"
160
165
else
161
166
echo " Could not identify CI type" >&2
162
167
env >&2
You can’t perform that action at this time.
0 commit comments