Skip to content

Commit 89a68cb

Browse files
Add more examples to CI
Some of the examples had not been added to the CI. This means that they can break silently if the API changes. This change makes it more obvious if they are broken. I've left out the multi-window example since that was broken recently.
1 parent a962865 commit 89a68cb

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,17 @@ jobs:
7777
fail-fast: false
7878
matrix:
7979
examples:
80+
- "applet"
8081
- "application"
81-
- "open-dialog"
82+
- "calendar"
83+
- "config"
8284
- "context-menu"
85+
- "image-button"
86+
- "menu"
87+
- "multi-window"
8388
- "nav-context"
89+
- "open-dialog"
90+
- "text-input"
8491
runs-on: ubuntu-22.04
8592
steps:
8693
- name: Checkout sources

0 commit comments

Comments
 (0)