Skip to content

Commit

Permalink
chore(ci): corrected unit test ci command
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Nov 30, 2024
1 parent b3b2251 commit 10e914e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install dependencies
run: pnpm install
- name: Run Unit Tests
run: pnpm run test
run: pnpm run test:unit:ci
- name: Cypress run
run: pnpm run test:e2e

Expand Down

0 comments on commit 10e914e

Please sign in to comment.