Skip to content

Commit

Permalink
ci(cli): enable vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
endersonmaia committed Oct 14, 2024
1 parent 7ef3674 commit fd36590
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Test
working-directory: ./apps/cli
run: pnpm test run

- name: Build
run: pnpm build --filter @cartesi/cli

Expand Down

0 comments on commit fd36590

Please sign in to comment.