Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
nailiable committed Nov 5, 2024
1 parent f600649 commit 76ffd4d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,11 @@ jobs:
- name: Install dependencies
run: npm install -g pnpm && pnpm install

- name: Build
run: pnpm -r run build

- name: Run ESLint
run: pnpm run lint

- name: Run Vitest tests
run: pnpm run test

0 comments on commit 76ffd4d

Please sign in to comment.