Skip to content

Commit 19336fb

Browse files
authored
Added all examples but AnimatedGIF
1 parent d133792 commit 19336fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/Compile Examples.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ jobs:
5858
- name: Adafruit ST7735 and ST7789 Library
5959
- name: Arduino_MCHPTouch
6060
sketch-paths: |
61-
- ./examples/All_Features
61+
- './examples/**'
62+
- '!./examples/Display/Show_GIF/**'
6263
enable-deltas-report: true
6364
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
6465

0 commit comments

Comments
 (0)