Skip to content

Commit

Permalink
更新 CI 工作流:合并内存测试步骤以简化测试执行
Browse files Browse the repository at this point in the history
  • Loading branch information
yanhao98 committed Oct 28, 2024
1 parent 5e2e70a commit cb053b6
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,10 @@ jobs:
- uses: actions/checkout@main
- uses: yanhao98/composite-actions/setup-node-environment@main
- run: pnpm test
- name: "Memory test: createMemoizeDict"
- name: "Memory test"
run: |
npx vitest run --testNamePattern "Memory test: createMemoizeDict"
- name: "Memory test: MemoizeDict"
run: |
npx vitest run --testNamePattern "Memory test: MemoizeDict"
npx vitest run --testNamePattern "Memory test: createMemoizeDict";
npx vitest run --testNamePattern "Memory test: MemoizeDict";
- run: pnpm build
- run: pnpx pkg-pr-new publish
# - run: pnpx pkg-pr-new publish --compact # https://github.com/stackblitz-labs/pkg.pr.new?tab=readme-ov-file#setup

0 comments on commit cb053b6

Please sign in to comment.