diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7897eb01..170bbf4e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,10 +78,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