chore: add test in build.yml
This commit is contained in:
parent
93e0c956e9
commit
45bb48ad86
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,9 @@ tasks:
|
||||||
- install-deps: |
|
- install-deps: |
|
||||||
cd ~/"${REPO}"
|
cd ~/"${REPO}"
|
||||||
pnpm i --ignore-scripts
|
pnpm i --ignore-scripts
|
||||||
|
- test: |
|
||||||
|
cd ~/"${REPO}"
|
||||||
|
pnpm run test
|
||||||
- build: |
|
- build: |
|
||||||
cd ~/"${REPO}"
|
cd ~/"${REPO}"
|
||||||
pnpm -F ./packages/core build
|
pnpm -F ./packages/core build
|
||||||
|
|
Loading…
Reference in a new issue