Skip to content

Commit 5b9218b

Browse files
committed
fix: fettling
1 parent 54b2463 commit 5b9218b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/arduino-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ jobs:
7272
run: |
7373
ls -R
7474
75-
- name: Run tests without compiling examples
75+
- name: Run tests excluding ESP-WebServer example
7676
run: |
77-
bundle exec arduino_ci.rb --skip-examples-compilation
77+
bundle exec arduino_ci.rb --testfile-reject="examples/ESP-WebServer/**"

0 commit comments

Comments
 (0)