mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
ci: run test:src-types
in workflow
This commit is contained in:
parent
1c64f4717d
commit
44486080b8
1 changed files with 3 additions and 0 deletions
3
.github/workflows/checks.yml
vendored
3
.github/workflows/checks.yml
vendored
|
@ -20,6 +20,9 @@ jobs:
|
|||
- name: Build the codebase
|
||||
run: npm run build:lib
|
||||
|
||||
- name: Test generated source types
|
||||
run: npm run test:src-types
|
||||
|
||||
- name: Test types
|
||||
run: npm run test:types
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue