Skip to content

Commit

Permalink
chore: debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Javey committed Mar 21, 2022
1 parent 172e979 commit 7609d28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: yarn global add codecov
# - run: yarn global add codecov
- run: yarn --immutable
# - run: yarn lerna exec -- "yarn --immutable"
- run: cd ./packages/kpc-react && yarn --immutable && cd ../../
- run: cd ./packages/kpc-vue && yarn --immutable && cd ../../
- run: cd ./packages/kpc-vue-next && yarn --immutable && cd ../../
# - run: cd ./packages/kpc-vue && yarn --immutable && cd ../../
# - run: cd ./packages/kpc-vue-next && yarn --immutable && cd ../../
- run: yarn gulp doc:prepare
- run: yarn build
- run: yarn test:all
- run: codecov
# - run: codecov
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2 changes: 1 addition & 1 deletion components/input/index.vdt
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ if (hasInputValue) {
<div v-if={autoWidth}
class="k-input-fake"
ref={fakeRef}
style="font-size: 12px;"
style="font-size: 24px;"
>{'请选择时间'}</div>
</div>
{do {
Expand Down

0 comments on commit 7609d28

Please sign in to comment.