Skip to content

Commit a7b4b48

Browse files
committed
fix: Initial commit
1 parent 14fc0cf commit a7b4b48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/arduino-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- name: Remove Blacklisted Example Sketches
7676
run: |
7777
echo "Removing blacklisted example sketches..."
78-
rm -f examples/ESP-WebServer/ESP-WebServer.ino
78+
#rm -f examples/ESP-WebServer/ESP-WebServer.ino
7979
8080
- name: Run tests
8181
run: |

0 commit comments

Comments
 (0)