Skip to content

Commit

Permalink
ci(ut): added ut to github ci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
arhamj committed May 20, 2024
1 parent 3169ce9 commit 8530ac2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ jobs:
npm run format-check
echo "Format check complete."
- name: Unit tests
run: |
echo "Running unit tests..."
npm run test
echo "Unit tests complete."
- name: Test apply patches
run: |
set -e
Expand Down

0 comments on commit 8530ac2

Please sign in to comment.