Skip to content

Commit

Permalink
chore: add chat examples build to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pgautier404 committed Aug 14, 2023
1 parent 6b0fbfd commit fa11fec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down

0 comments on commit fa11fec

Please sign in to comment.