mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
ci: add "Unit tests" step
This commit is contained in:
parent
8b477b12f9
commit
186ea85cbc
1 changed files with 3 additions and 0 deletions
3
.github/workflows/checks.yml
vendored
3
.github/workflows/checks.yml
vendored
|
@ -17,6 +17,9 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: npm install
|
||||
|
||||
- name: Unit tests
|
||||
run: npm run test
|
||||
|
||||
- name: Test generated source types
|
||||
run: npm run test:src-types
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue