Skip to content

Commit

Permalink
fix: upd test
Browse files Browse the repository at this point in the history
  • Loading branch information
eiinu committed Apr 4, 2023
1 parent 3f0e588 commit 507f072
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: pnpm install

- name: Run test cases
run: pnpm test
run: npm run test

build:
runs-on: ubuntu-latest
Expand All @@ -47,8 +47,11 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Build
run: ppm build
- name: Build nutui
run: npm run build

- name: Build Taro
run: ppm build:taro:vue
- name: Build nutui-taro
run: npm run build:taro:vue

- name: Build nutui demo
run: npm run build:site

0 comments on commit 507f072

Please sign in to comment.