We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b731168 commit d5dec77Copy full SHA for d5dec77
.github/workflows/compile-examples.yml
@@ -88,15 +88,13 @@ jobs:
88
- name: BNO055
89
- name: Arduino_BQ24195
90
sketch-paths: |
91
- - examples/Nano
+ - examples/NanoMotorCarrier
92
- board:
93
type: mkr
94
libraries: |
95
-
96
97
- - examples/Motor_test
98
- - examples/Motor_test_encoder
99
- - examples/Servo_test
+ - examples/MKRMotorCarrier
100
101
steps:
102
- name: Checkout repository
@@ -114,7 +112,7 @@ jobs:
114
112
${{ matrix.libraries }}
115
113
116
- examples/Flasher
117
- - examples/Test
+ - examples/MKRMotorCarrier/Test
118
${{ matrix.sketch-paths }}
119
enable-deltas-report: true
120
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
0 commit comments