@@ -107,18 +107,18 @@ jobs:
107
107
libraries : |
108
108
- source-url: https://github.com/${{github.repository}}.git
109
109
sketch-paths : |
110
- - '"./ examples/Example10_AltitudeMSL/**"'
111
- - '"./ examples/Example11_ResetModule/**"'
112
- - '"./ examples/Example12_UseUart/**"'
113
- - '"./ examples/Example13_PVT/**"'
114
- - '"./ examples/Example14_DebugOutput/**"'
115
- - '"./ examples/Example15_GetDateTime/**"'
116
- - '"./ examples/Example16_Nanosecond_MaxOutput/**"'
117
- - '"./ examples/Example16_PartialSecond_MaxOutput/**"'
118
- - '"./ examples/Example17_Geofence/**"'
119
- - '"./ examples/Example18_PowerSaveMode/**"'
120
- - '"./ examples/Example19_DynamicModel/**"'
121
- - '"./ examples/Example20_SendCustomCommand/**"'
110
+ - examples/Example10_AltitudeMSL
111
+ - examples/Example11_ResetModule
112
+ - examples/Example12_UseUart
113
+ - examples/Example13_PVT
114
+ - examples/Example14_DebugOutput
115
+ - examples/Example15_GetDateTime
116
+ - examples/Example16_Nanosecond_MaxOutput
117
+ - examples/Example16_PartialSecond_MaxOutput
118
+ - examples/Example17_Geofence
119
+ - examples/Example18_PowerSaveMode
120
+ - examples/Example19_DynamicModel
121
+ - examples/Example20_SendCustomCommand
122
122
enable-warnings-report : true
123
123
# verbose: true
124
124
0 commit comments