Skip to content

Commit 414c77f

Browse files
committed
[#599] Revert sample compose detekt report artifact name and enable overwrite
1 parent 907db89 commit 414c77f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run_detekt_and_unit_tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,9 @@ jobs:
6363
- name: Archive Detekt reports on sample-compose
6464
uses: actions/upload-artifact@v4
6565
with:
66-
name: DetektReportsSampleCompose
66+
name: DetektReportsTemplateCompose
6767
path: sample-compose/build/reports/detekt/
68+
overwrite: true
6869

6970
- name: Run unit tests with Kover on sample-compose
7071
working-directory: ./sample-compose

0 commit comments

Comments
 (0)