Skip to content

Commit af427c5

Browse files
committed
added again #561 for testing purposes
It's handy to have a reproducible environment to compile the source code
1 parent 3225612 commit af427c5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/test.yml

+10
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,13 @@ jobs:
7979
MACOSX_DEPLOYMENT_TARGET: 10.9 # minimum supported version for mac
8080
run: task build
8181
if: matrix.operating-system == 'macos-10.15'
82+
83+
# config.ini is required by the executable when it's run
84+
- name: Upload artifacts
85+
uses: actions/upload-artifact@v2
86+
with:
87+
name: arduino-create-agent-${{ matrix.operating-system }}
88+
path: |
89+
arduino-create-agent*
90+
config.ini
91+
if-no-files-found: error

0 commit comments

Comments
 (0)