Skip to content

Commit 5946a4e

Browse files
authored
Overwrite test artifacts if written multiple times (#3388)
1 parent eb8bfdc commit 5946a4e

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
@@ -157,6 +157,7 @@ jobs:
157157
with:
158158
name: test-results-${{ matrix.env.IMAGE }}
159159
path: ${{ env.BASEDIR }}/target_ws/**/test_results/**/*.xml
160+
overwrite: true
160161
- name: Generate codecov report
161162
uses: rhaschke/lcov-action@main
162163
if: always() && matrix.env.CCOV && steps.ici.outputs.target_test_results == '0'

0 commit comments

Comments
 (0)