Skip to content

Commit d39d46d

Browse files
committed
[skip changelog] Yet another CI test
1 parent d082a7c commit d39d46d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: .github/workflows/test.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@ jobs:
7171
if: matrix.operating-system == 'ubuntu-latest'
7272
run: task test-legacy
7373

74+
- name: Test archive
75+
if: matrix.operating-system == 'windows-latest'
76+
run: |
77+
cd "D:\a\arduino-cli\arduino-cli\client_example\hello" && "D:\a\arduino-cli\arduino-cli\arduino-cli.exe" archive
78+
cd .. && dir
79+
7480
- name: Run integration tests
7581
run: task test-integration
7682

0 commit comments

Comments
 (0)