Skip to content

Commit 13d25d6

Browse files
committed
Merge branch 'master' into ci/tests_refactor
2 parents 7529da3 + f984ff3 commit 13d25d6

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/build_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
uses: actions/upload-artifact@v4
8787
with:
8888
name: tests-bin-${{ inputs.chip }}-${{ inputs.type }}
89+
overwrite: true
8990
path: |
9091
~/.arduino/tests/**/build*.tmp/*.bin
9192
~/.arduino/tests/**/build*.tmp/*.elf

.github/workflows/hw.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ jobs:
9898
if: always()
9999
with:
100100
name: tests-results-hw-${{ inputs.chip }}-${{ inputs.type }}
101+
overwrite: true
101102
path: |
102103
tests/**/*.xml
103104
tests/**/result_*.json

.github/workflows/qemu.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ jobs:
131131
if: always()
132132
with:
133133
name: tests-results-qemu-${{ inputs.chip }}-${{ inputs.type }}
134+
overwrite: true
134135
path: |
135136
tests/**/*.xml
136137
tests/**/result_*.json

.github/workflows/wokwi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ jobs:
110110
if: always()
111111
with:
112112
name: tests-results-wokwi-${{ inputs.chip }}-${{ inputs.type }}
113+
overwrite: true
113114
path: |
114115
tests/**/*.xml
115116
tests/**/result_*.json

0 commit comments

Comments
 (0)