From 79b9043a9ebcdd70aa98f8e175526482d5ccc2dc Mon Sep 17 00:00:00 2001 From: Michael Mc Donnell Date: Fri, 13 Sep 2024 13:16:00 -1000 Subject: [PATCH] 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. --- .github/workflows/ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50a62a50f1b..513cc9823f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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