File tree 1 file changed +24
-1
lines changed
1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change 67
67
- ubuntu-latest
68
68
- windows-latest
69
69
- macos-latest
70
+ test-file :
71
+ - test/test_board.py
72
+ - test/test_cache.py
73
+ - test/test_compile.py
74
+ - test/test_completion.py
75
+ - test/test_config.py
76
+ - test/test_core.py
77
+ - test/test_daemon.py
78
+ - test/test_debug.py
79
+ - test/test_lib.py
80
+ - test/test_main.py
81
+ - test/test_outdated.py
82
+ - test/test_sketch.py
83
+ - test/test_update.py
84
+ - test/test_upgrade.py
85
+ - test/test_upload_mock.py
86
+ - test/test_upload.py
70
87
71
88
runs-on : ${{ matrix.operating-system }}
72
89
@@ -97,5 +114,11 @@ jobs:
97
114
repo-token : ${{ secrets.GITHUB_TOKEN }}
98
115
version : 3.x
99
116
117
+ - name : Build Arduino CLI
118
+ run : task go:build
119
+
120
+ - name : Install poetry deps
121
+ run : task poetry:install-deps
122
+
100
123
- name : Run integration tests
101
- run : task go: test-integration
124
+ run : poetry run pytest ${{ matrix. test-file }}
You can’t perform that action at this time.
0 commit comments