Skip to content

Commit e9a4b27

Browse files
sea-bassmergify[bot]
authored andcommitted
Overwrite test artifacts if written multiple times (#3388)
(cherry picked from commit 5946a4e)
1 parent 74fb06e commit e9a4b27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ jobs:
153153
with:
154154
name: test-results-${{ matrix.env.IMAGE }}
155155
path: ${{ env.BASEDIR }}/target_ws/**/test_results/**/*.xml
156+
overwrite: true
156157
- name: Generate codecov report
157158
uses: rhaschke/lcov-action@main
158159
if: always() && matrix.env.CCOV && steps.ici.outputs.target_test_results == '0'

0 commit comments

Comments
 (0)