Skip to content

Commit 8af1d46

Browse files
committed
fix example names
1 parent 2191740 commit 8af1d46

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,13 @@ jobs:
2323
name: "Build examples"
2424
runs-on: ubuntu-latest
2525
strategy:
26+
fail-fast: false
2627
matrix:
2728
example:
2829
[
2930
AdafruitPCA9685,
30-
LiveMode,
31-
LiveModeESP32WebSocket,
31+
SerialLiveMode,
32+
WebSocketLiveMode,
3233
MultiplePCA9685,
3334
Show,
3435
StandardServoLib,

0 commit comments

Comments
 (0)