diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e0481d4..1282c4f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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