Skip to content

Commit

Permalink
Add more examples to CI
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
MichaelMcDonnell committed Sep 20, 2024
1 parent a962865 commit 79b9043
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,16 @@ jobs:
fail-fast: false
matrix:
examples:
- "applet"
- "application"
- "open-dialog"
- "calendar"
- "config"
- "context-menu"
- "image-button"
- "menu"
- "nav-context"
- "open-dialog"
- "text-input"
runs-on: ubuntu-22.04
steps:
- name: Checkout sources
Expand Down

0 comments on commit 79b9043

Please sign in to comment.