Skip to content

Commit 7444b09

Browse files
committed
added overwrite
1 parent 31fe5b3 commit 7444b09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,8 @@ jobs:
165165
if: always()
166166
with:
167167
name: test-metrics
168-
path: target/reports/*.csv
168+
path: target/reports
169+
overwrite: true
169170

170171
- name: Publish ${{ matrix.service }} Test Results
171172
uses: EnricoMi/publish-unit-test-result-action@v2

0 commit comments

Comments
 (0)