File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 59
59
- name: WiFi101
60
60
- name: WiFiNINA
61
61
- name: Arduino_MKRMEM
62
- sketch-paths : ' "examples/utility/Provisioning" "examples/utility/WiFi_Cloud_Blink" '
62
+ sketch-paths : ' "examples/utility/Provisioning"'
63
63
# LoRaWAN boards
64
64
- board :
65
65
type : " wan"
84
84
- name: RTCZero
85
85
- name: MKRGSM
86
86
- name: Arduino_MKRMEM
87
- sketch-paths : ' "examples/utility/Provisioning" "examples/utility/GSM_Cloud_Blink" '
87
+ sketch-paths : ' "examples/utility/Provisioning"'
88
88
# NB boards
89
89
- board :
90
90
type : " nb"
97
97
- name: RTCZero
98
98
- name: MKRNB
99
99
- name: Arduino_MKRMEM
100
- sketch-paths : ' "examples/utility/Provisioning" "examples/utility/NB_Cloud_Blink" '
100
+ sketch-paths : ' "examples/utility/Provisioning"'
101
101
# ESP8266 boards
102
102
- board :
103
103
type : " esp8266"
@@ -106,7 +106,7 @@ jobs:
106
106
- name: esp8266:esp8266
107
107
source-url: https://arduino.esp8266.com/stable/package_esp8266com_index.json
108
108
libraries :
109
- sketch-paths : ' "examples/utility/WiFi_Cloud_Blink_with_security_credentials" '
109
+ sketch-paths :
110
110
111
111
steps :
112
112
- name : Checkout
You can’t perform that action at this time.
0 commit comments