We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14fc0cf commit a7b4b48Copy full SHA for a7b4b48
.github/workflows/arduino-ci.yml
@@ -75,7 +75,7 @@ jobs:
75
- name: Remove Blacklisted Example Sketches
76
run: |
77
echo "Removing blacklisted example sketches..."
78
- rm -f examples/ESP-WebServer/ESP-WebServer.ino
+ #rm -f examples/ESP-WebServer/ESP-WebServer.ino
79
80
- name: Run tests
81
0 commit comments