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 25cdd7c commit a6b3037Copy full SHA for a6b3037
.github/workflows/main.yml
@@ -13,7 +13,14 @@ jobs:
13
runs-on: ubuntu-latest
14
strategy:
15
matrix:
16
- example: [examples/BicycleSpeedDisplay/BicycleSpeedDisplay.ino]
+ 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]
24
25
# Steps represent a sequence of tasks that will be executed as part of the job
26
steps:
0 commit comments