Skip to content

Commit 6137284

Browse files
committed
add ci step to upload artifacts
1 parent e1a35fb commit 6137284

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test.yml

+7
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,13 @@ jobs:
5151
- name: Run unit tests
5252
run: task test-unit
5353

54+
- name: Upload artifacts
55+
uses: actions/upload-artifact@v2
56+
with:
57+
name: arduino-create-agent-${{ matrix.operating-system }}
58+
path: arduino-create-agent
59+
if-no-files-found: error
60+
5461
# - name: Send unit tests coverage to Codecov
5562
# if: >
5663
# matrix.operating-system == 'ubuntu-latest' &&

0 commit comments

Comments
 (0)