Fix detekt report path on CI
This commit is contained in:
parent
78e88b5418
commit
757da9da55
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pull-request-jobs.yml
vendored
2
.github/workflows/pull-request-jobs.yml
vendored
|
|
@ -31,7 +31,7 @@ jobs:
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
name: Detekt Results
|
name: Detekt Results
|
||||||
path: build/reports/detekt.html
|
path: ./build/reports/detekt/detekt.html
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
- name: Run ktlint
|
- name: Run ktlint
|
||||||
run: ./gradlew ktlintCheck
|
run: ./gradlew ktlintCheck
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue