Skip to content

Commit 6e85502

Browse files
authored
Merge pull request #37 from per1234/update-ci-sketch-paths
Update sketch paths in "Compile Examples" CI workflow
2 parents 6a5c4c2 + 0898ed0 commit 6e85502

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)