Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
ci: run unit tests in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenakh97 committed Nov 14, 2023
1 parent cc70e76 commit bf5b569
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-and-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,9 @@ jobs:
- name: Check if source code is properly formatted
run: npx prettier -c ./

- name: Run Unit Tests
run: npm test

- name: Run tests
env:
IOT_HUB_NAME: ${{ needs.test-resources.outputs.app-name }}IotHub
Expand Down

0 comments on commit bf5b569

Please sign in to comment.