Skip to content

Commit e3c7d75

Browse files
committed
Remove cloud blink examples from github actions
1 parent de760d3 commit e3c7d75

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/compile-examples.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: WiFi101
6060
- name: WiFiNINA
6161
- name: Arduino_MKRMEM
62-
sketch-paths: '"examples/utility/Provisioning" "examples/utility/WiFi_Cloud_Blink"'
62+
sketch-paths: '"examples/utility/Provisioning"'
6363
# LoRaWAN boards
6464
- board:
6565
type: "wan"
@@ -84,7 +84,7 @@ jobs:
8484
- name: RTCZero
8585
- name: MKRGSM
8686
- name: Arduino_MKRMEM
87-
sketch-paths: '"examples/utility/Provisioning" "examples/utility/GSM_Cloud_Blink"'
87+
sketch-paths: '"examples/utility/Provisioning"'
8888
# NB boards
8989
- board:
9090
type: "nb"
@@ -97,7 +97,7 @@ jobs:
9797
- name: RTCZero
9898
- name: MKRNB
9999
- name: Arduino_MKRMEM
100-
sketch-paths: '"examples/utility/Provisioning" "examples/utility/NB_Cloud_Blink"'
100+
sketch-paths: '"examples/utility/Provisioning"'
101101
# ESP8266 boards
102102
- board:
103103
type: "esp8266"
@@ -106,7 +106,7 @@ jobs:
106106
- name: esp8266:esp8266
107107
source-url: https://arduino.esp8266.com/stable/package_esp8266com_index.json
108108
libraries:
109-
sketch-paths: '"examples/utility/WiFi_Cloud_Blink_with_security_credentials"'
109+
sketch-paths:
110110

111111
steps:
112112
- name: Checkout

0 commit comments

Comments
 (0)