Skip to content

Commit

Permalink
feat: added test to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyOplachko committed Jun 11, 2024
1 parent 803a874 commit 89628fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,7 @@ jobs:
name: cypress-videos
path: cypress/videos
retention-days: 5
- name: Install Jest
run: npm install -g jest
- name: Unit test
run: npm run test

0 comments on commit 89628fa

Please sign in to comment.