Skip to content

Commit 17a330f

Browse files
committed
.github: use problem matches on Copter SITL
1 parent 780352c commit 17a330f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/test_sitl_copter.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,19 @@ jobs:
174174
- uses: actions/checkout@v4
175175
with:
176176
submodules: 'recursive'
177+
178+
- name: Register gcc problem matcher
179+
run: echo "::add-matcher::.github/problem-matchers/gcc.json"
180+
181+
- name: Register python problem matcher
182+
run: echo "::add-matcher::.github/problem-matchers/python.json"
183+
184+
- name: Register autotest warn matcher
185+
run: echo "::add-matcher::.github/problem-matchers/autotestwarn.json"
186+
187+
- name: Register autotest fail matcher
188+
run: echo "::add-matcher::.github/problem-matchers/autotestfail.json"
189+
177190
# Put ccache into github cache for faster build
178191
- name: Prepare ccache timestamp
179192
id: ccache_cache_timestamp

0 commit comments

Comments
 (0)