File tree Expand file tree Collapse file tree 2 files changed +7
-12
lines changed
Expand file tree Collapse file tree 2 files changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -6,18 +6,10 @@ compile:
66 - uno
77 libraries :
88 - " OneWire"
9-
10- # Exclude specific directories from compilation
11- exclude_dirs :
12- - examples
139
1410# Unit testing settings
1511unittest :
1612 platforms :
1713 - uno
1814 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-
31name : Arduino CI
42
53on : [push, pull_request]
7472 run : |
7573 ls -R
7674
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
7881 run : |
7982 bundle exec arduino_ci.rb
You can’t perform that action at this time.
0 commit comments