Skip to content

Commit a6b3037

Browse files
committed
actions: add rest of examples
1 parent 25cdd7c commit a6b3037

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,14 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
example: [examples/BicycleSpeedDisplay/BicycleSpeedDisplay.ino]
16+
example: [
17+
examples/BicycleSpeedDisplay/BicycleSpeedDisplay.ino,
18+
examples/DeviceSearch/DeviceSearch.ino,
19+
examples/DynamicProfiles/DynamicProfiles.ino,
20+
examples/EnvironmentDisplay/EnvironmentDisplay.ino,
21+
examples/HeartRateDisplay/HeartRateDisplay.ino,
22+
examples/HeartRateMonitor/HeartRateMonitor.ino,
23+
examples/LEVDisplay/LEVDisplay.ino]
1724

1825
# Steps represent a sequence of tasks that will be executed as part of the job
1926
steps:

0 commit comments

Comments
 (0)