mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-21 12:49:20 +00:00
ci: run build:api, build:lib in parallel
This commit is contained in:
parent
55b1789163
commit
628f8c837f
1 changed files with 1 additions and 2 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -21,8 +21,7 @@ jobs:
|
|||
- name: Install dependencies and build the library
|
||||
run: |
|
||||
yarn
|
||||
yarn build:api
|
||||
yarn build:lib
|
||||
yarn build:api & yarn build:lib
|
||||
|
||||
- name: Run unit tests and validate TypeScript definitions
|
||||
run: yarn test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue