We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54b2463 commit 5b9218bCopy full SHA for 5b9218b
.github/workflows/arduino-ci.yml
@@ -72,6 +72,6 @@ jobs:
72
run: |
73
ls -R
74
75
- - name: Run tests without compiling examples
+ - name: Run tests excluding ESP-WebServer example
76
77
- bundle exec arduino_ci.rb --skip-examples-compilation
+ bundle exec arduino_ci.rb --testfile-reject="examples/ESP-WebServer/**"
0 commit comments