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.
  • Loading branch information
MichaelMcDonnell committed Sep 20, 2024
1 parent a962865 commit 8a7a2d4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,17 @@ jobs:
fail-fast: false
matrix:
examples:
- "applet"
- "application"
- "open-dialog"
- "calendar"
- "config"
- "context-menu"
- "image-button"
- "menu"
- "multi-window"
- "nav-context"
- "open-dialog"
- "text-input"
runs-on: ubuntu-22.04
steps:
- name: Checkout sources
Expand Down

0 comments on commit 8a7a2d4

Please sign in to comment.