Move Konsist tests to quality checks (#2558)
* Move `Konsist` tests to quality checks This should also help us avoid running them for every single test task, including Kover. * Fix upload report path filter
This commit is contained in:
committed by
GitHub
parent
b488cbbfb8
commit
517be47397
2
.github/workflows/quality.yml
vendored
2
.github/workflows/quality.yml
vendored
@@ -63,7 +63,7 @@ jobs:
|
||||
with:
|
||||
name: linting-report
|
||||
path: |
|
||||
*/build/reports/**/*.*
|
||||
**/build/reports/**/*.*
|
||||
- name: Prepare Danger
|
||||
if: always()
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user