File tree 2 files changed +7
-12
lines changed
2 files changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -6,18 +6,10 @@ compile:
6
6
- uno
7
7
libraries :
8
8
- " OneWire"
9
-
10
- # Exclude specific directories from compilation
11
- exclude_dirs :
12
- - examples
13
9
14
10
# Unit testing settings
15
11
unittest :
16
12
platforms :
17
13
- uno
18
14
libraries :
19
- - " OneWire"
20
-
21
- # Exclude specific directories from compilation
22
- exclude_dirs :
23
- - examples
15
+ - " OneWire"
Original file line number Diff line number Diff line change 1
- # .github/workflows/arduino-ci.yml
2
-
3
1
name : Arduino CI
4
2
5
3
on : [push, pull_request]
74
72
run : |
75
73
ls -R
76
74
77
- - name : Run tests excluding ESP-WebServer example
75
+ - name : Remove Blacklisted Example Sketches
76
+ run : |
77
+ echo "Removing blacklisted example sketches..."
78
+ rm -f examples/ESP-WebServer/ESP-WebServer.ino
79
+
80
+ - name : Run tests without compiling examples
78
81
run : |
79
82
bundle exec arduino_ci.rb
You can’t perform that action at this time.
0 commit comments