mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 00:07:05 +05:30
fix(ci): run Detekt separately
This commit is contained in:
parent
0904740980
commit
394558d634
2 changed files with 6 additions and 7 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -29,6 +29,12 @@ jobs:
|
|||
arguments: check -PslimTests
|
||||
gradle-home-cache-cleanup: true
|
||||
|
||||
- name: Run Detekt
|
||||
uses: gradle/gradle-build-action@v2.3.2
|
||||
with:
|
||||
arguments: detektMain
|
||||
gradle-home-cache-cleanup: true
|
||||
|
||||
- name: (Fail-only) Upload test report
|
||||
if: failure()
|
||||
uses: actions/upload-artifact@v3.1.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue