Skip to content

Commit

Permalink
Add build step for Copilot Studio client sample in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rido-min committed Feb 20, 2025
1 parent d49137e commit af6430b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:

- name: Build echo bot
working-directory: ./samples/basic/echo-bot/nodejs/
run: |
npm install
npm run build
- name: Build Copilot Studio client sample
working-directory: ./samples/basic/copilotstudio-client/nodejs/
run: |
npm install
npm run build

0 comments on commit af6430b

Please sign in to comment.