Skip to content

Commit

Permalink
feat: added step to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyOplachko committed Jun 11, 2024
1 parent 281a16a commit 221ea01
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 221ea01

Please sign in to comment.