Skip to content

Commit

Permalink
更新 CI 工作流:为内存测试添加 CI 环境变量以确保测试一致性
Browse files Browse the repository at this point in the history
  • Loading branch information
yanhao98 committed Oct 28, 2024
1 parent 1c03250 commit 77d83e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- run: pnpm test
- name: "Memory test"
run: |
npx vitest run --testNamePattern "Memory test: createMemoizeDict";
npx vitest run --testNamePattern "Memory test: MemoizeDict";
CI=true npx vitest run --testNamePattern "Memory test: createMemoizeDict";
CI=true 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 77d83e6

Please sign in to comment.