Skip to content

Commit 9f3cb8b

Browse files
authored
add ci step to upload artifacts (#561)
* add ci step to upload artifacts * add ls * fix for win * Revert "add ls" This reverts commit c74ad14.
1 parent e1a35fb commit 9f3cb8b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: .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)