From fa11fec9bf6b18fd773ac97e22397e06628fdfcb Mon Sep 17 00:00:00 2001 From: Pete Gautier Date: Fri, 11 Aug 2023 13:48:04 -0700 Subject: [PATCH] chore: add chat examples build to CI --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b9d9c1ad7..8a3a6db48 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -186,6 +186,10 @@ jobs: npm ci npm run build popd + pushd examples/web/vite-chat-app + npm ci + npm run build + popd - name: Send CI failure mail if: ${{ steps.validation.outcome == 'failure' }}