Skip to content

Commit

Permalink
fix: adjust workflow to use correct script
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyOplachko committed Jun 12, 2024
1 parent 5bb9ba4 commit d207487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ jobs:
- name: Install Jest
run: npm install -g jest
- name: Unit test
run: npm run test
run: npm run test:ci

0 comments on commit d207487

Please sign in to comment.