Skip to content

Commit 0898ed0

Browse files
committed
Update sketch paths in "Compile Examples" CI workflow
Due to the library having examples specific to the MKR and Nano boards, the CI workflow must be configured to compile only the examples of that board. The examples were moved after the time the workflow was written without updating the workflow, resulting in spurious workflow run failures as opposed to the legitimate failures caused by this library's various bugs.
1 parent 6a5c4c2 commit 0898ed0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/compile-examples.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,7 @@ jobs:
9494
libraries: |
9595
-
9696
sketch-paths: |
97-
- examples/Motor_test
98-
- examples/Motor_test_encoder
99-
- examples/Servo_test
97+
- examples/MKR
10098
10199
steps:
102100
- name: Checkout repository
@@ -114,7 +112,6 @@ jobs:
114112
${{ matrix.libraries }}
115113
sketch-paths: |
116114
- examples/Flasher
117-
- examples/Test
118115
${{ matrix.sketch-paths }}
119116
enable-deltas-report: true
120117
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}

0 commit comments

Comments
 (0)