Skip to content

Commit

Permalink
add task to run test in build-extension workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fey101 committed Oct 18, 2024
1 parent 2b9b207 commit 674cf8b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-vscode-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
working-directory: vscode/microsoft-kiota
- run: npm run package
working-directory: vscode/microsoft-kiota
- name: run tests
run: npm run test-with-coverage
working-directory: vscode/microsoft-kiota
- run: npm i -g @vscode/vsce
- run: vsce package
working-directory: vscode/microsoft-kiota
Expand Down

0 comments on commit 674cf8b

Please sign in to comment.