From b9ddb6b1e265cd53c0a3354a0cc6e1a05d9a1341 Mon Sep 17 00:00:00 2001 From: Michael Aaron Murphy Date: Fri, 15 Sep 2023 18:14:01 +0200 Subject: [PATCH] chore(github): replace design-demo and cosmic examples --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee0e95032bd..a31b53b3142 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,8 +87,8 @@ jobs: fail-fast: false matrix: examples: - - "cosmic" - - "cosmic-design-demo" + - "application" + - "open-dialog" runs-on: ubuntu-22.04 steps: - name: Checkout sources