diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50a62a50f1b..87d01d52abc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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