CI: Add explicit problem matchers
This commit is contained in:
parent
f128f383e8
commit
357679ceb8
5 changed files with 42 additions and 15 deletions
7
.github/workflows/godot_cpp_test.yml
vendored
7
.github/workflows/godot_cpp_test.yml
vendored
|
|
@ -21,7 +21,9 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
sparse-checkout: .github
|
||||
sparse-checkout: |
|
||||
.github
|
||||
misc/utility/problem-matchers.json
|
||||
|
||||
- name: Checkout godot-cpp
|
||||
uses: actions/checkout@v4
|
||||
|
|
@ -34,9 +36,6 @@ jobs:
|
|||
- name: Setup Python and SCons
|
||||
uses: ./.github/actions/godot-deps
|
||||
|
||||
- name: Setup GCC problem matcher
|
||||
uses: ammaraskar/gcc-problem-matcher@master
|
||||
|
||||
- name: Download GDExtension interface and API dump
|
||||
uses: ./.github/actions/download-artifact
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue