From 76b77bf0ad959d4cc8833b2f3b87404bd31f76ae Mon Sep 17 00:00:00 2001 From: PaulZC Date: Wed, 17 Nov 2021 11:13:24 +0000 Subject: [PATCH] Update compile-sketch.yml --- .github/workflows/compile-sketch.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/compile-sketch.yml b/.github/workflows/compile-sketch.yml index 104e90b..631bd4c 100644 --- a/.github/workflows/compile-sketch.yml +++ b/.github/workflows/compile-sketch.yml @@ -107,18 +107,18 @@ jobs: libraries: | - source-url: https://github.com/${{github.repository}}.git sketch-paths: | - - '"examples/Example10_AltitudeMSL"' - - '"examples/Example11_ResetModule"' - - '"examples/Example12_UseUart"' - - '"examples/Example13_PVT"' - - '"examples/Example14_DebugOutput"' - - '"examples/Example15_GetDateTime"' - - '"examples/Example16_Nanosecond_MaxOutput"' - - '"examples/Example16_PartialSecond_MaxOutput"' - - '"examples/Example17_Geofence"' - - '"examples/Example18_PowerSaveMode"' - - '"examples/Example19_DynamicModel"' - - '"examples/Example20_SendCustomCommand"' + - '"./examples/Example10_AltitudeMSL/**"' + - '"./examples/Example11_ResetModule/**"' + - '"./examples/Example12_UseUart/**"' + - '"./examples/Example13_PVT/**"' + - '"./examples/Example14_DebugOutput/**"' + - '"./examples/Example15_GetDateTime/**"' + - '"./examples/Example16_Nanosecond_MaxOutput/**"' + - '"./examples/Example16_PartialSecond_MaxOutput/**"' + - '"./examples/Example17_Geofence/**"' + - '"./examples/Example18_PowerSaveMode/**"' + - '"./examples/Example19_DynamicModel/**"' + - '"./examples/Example20_SendCustomCommand/**"' enable-warnings-report: true # verbose: true