We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 780352c commit 17a330fCopy full SHA for 17a330f
.github/workflows/test_sitl_copter.yml
@@ -174,6 +174,19 @@ jobs:
174
- uses: actions/checkout@v4
175
with:
176
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
190
# Put ccache into github cache for faster build
191
- name: Prepare ccache timestamp
192
id: ccache_cache_timestamp
0 commit comments