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:
Jorge Martin Espinosa 2024-03-15 18:03:13 +01:00 committed by GitHub
parent 810c0ed8f3
commit 57e6db8144
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 3 deletions

View file

@ -63,7 +63,7 @@ jobs:
with:
name: linting-report
path: |
*/build/reports/**/*.*
**/build/reports/**/*.*
- name: Prepare Danger
if: always()
run: |