From fef02b5dad40641aa1a67d96b5a6c2a17e9413df Mon Sep 17 00:00:00 2001 From: snomiao Date: Sun, 19 Oct 2025 03:15:05 +0000 Subject: [PATCH] Revert "[test] Baseline test: Re-add .cache to measure performance WITH cache" This reverts commit 84b49562c38bb076bb4a783872906e8a3b705907. --- .github/workflows/api-update-electron-api-types.yaml | 1 - .github/workflows/api-update-manager-api-types.yaml | 1 - .github/workflows/api-update-registry-api-types.yaml | 1 - .github/workflows/ci-lint-format.yaml | 1 - .github/workflows/ci-tests-storybook.yaml | 2 -- .github/workflows/ci-tests-unit.yaml | 1 - .github/workflows/release-draft-create.yaml | 1 - .github/workflows/release-pypi-dev.yaml | 1 - 8 files changed, 9 deletions(-) diff --git a/.github/workflows/api-update-electron-api-types.yaml b/.github/workflows/api-update-electron-api-types.yaml index db15cb372..3465ba908 100644 --- a/.github/workflows/api-update-electron-api-types.yaml +++ b/.github/workflows/api-update-electron-api-types.yaml @@ -30,7 +30,6 @@ jobs: uses: actions/cache@v4 with: path: | - .cache tsconfig.tsbuildinfo key: electron-types-tools-cache-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }} restore-keys: | diff --git a/.github/workflows/api-update-manager-api-types.yaml b/.github/workflows/api-update-manager-api-types.yaml index f67d1d618..6a2242d88 100644 --- a/.github/workflows/api-update-manager-api-types.yaml +++ b/.github/workflows/api-update-manager-api-types.yaml @@ -35,7 +35,6 @@ jobs: uses: actions/cache@v4 with: path: | - .cache tsconfig.tsbuildinfo key: update-manager-tools-cache-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }} restore-keys: | diff --git a/.github/workflows/api-update-registry-api-types.yaml b/.github/workflows/api-update-registry-api-types.yaml index bdb6bbc2e..7303acd2d 100644 --- a/.github/workflows/api-update-registry-api-types.yaml +++ b/.github/workflows/api-update-registry-api-types.yaml @@ -34,7 +34,6 @@ jobs: uses: actions/cache@v4 with: path: | - .cache tsconfig.tsbuildinfo key: update-registry-tools-cache-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }} restore-keys: | diff --git a/.github/workflows/ci-lint-format.yaml b/.github/workflows/ci-lint-format.yaml index 5c4e0011b..571cbaea8 100644 --- a/.github/workflows/ci-lint-format.yaml +++ b/.github/workflows/ci-lint-format.yaml @@ -37,7 +37,6 @@ jobs: uses: actions/cache@v4 with: path: | - .cache .eslintcache tsconfig.tsbuildinfo .prettierCache diff --git a/.github/workflows/ci-tests-storybook.yaml b/.github/workflows/ci-tests-storybook.yaml index 65e97ed91..6c171bc04 100644 --- a/.github/workflows/ci-tests-storybook.yaml +++ b/.github/workflows/ci-tests-storybook.yaml @@ -54,7 +54,6 @@ jobs: uses: actions/cache@v4 with: path: | - .cache storybook-static tsconfig.tsbuildinfo key: storybook-cache-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}-${{ hashFiles('src/**/*.{ts,vue,js}', '*.config.*', '.storybook/**/*') }} @@ -119,7 +118,6 @@ jobs: uses: actions/cache@v4 with: path: | - .cache storybook-static tsconfig.tsbuildinfo key: storybook-cache-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}-${{ hashFiles('src/**/*.{ts,vue,js}', '*.config.*', '.storybook/**/*') }} diff --git a/.github/workflows/ci-tests-unit.yaml b/.github/workflows/ci-tests-unit.yaml index 152f78885..a975431f4 100644 --- a/.github/workflows/ci-tests-unit.yaml +++ b/.github/workflows/ci-tests-unit.yaml @@ -33,7 +33,6 @@ jobs: uses: actions/cache@v4 with: path: | - .cache coverage .vitest-cache key: vitest-cache-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}-${{ hashFiles('src/**/*.{ts,vue,js}', 'vitest.config.*', 'tsconfig.json') }} diff --git a/.github/workflows/release-draft-create.yaml b/.github/workflows/release-draft-create.yaml index d26744f56..263825294 100644 --- a/.github/workflows/release-draft-create.yaml +++ b/.github/workflows/release-draft-create.yaml @@ -32,7 +32,6 @@ jobs: uses: actions/cache@v4 with: path: | - .cache tsconfig.tsbuildinfo key: release-tools-cache-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }} restore-keys: | diff --git a/.github/workflows/release-pypi-dev.yaml b/.github/workflows/release-pypi-dev.yaml index 1bb375025..30e8638a7 100644 --- a/.github/workflows/release-pypi-dev.yaml +++ b/.github/workflows/release-pypi-dev.yaml @@ -29,7 +29,6 @@ jobs: uses: actions/cache@v4 with: path: | - .cache dist tsconfig.tsbuildinfo key: dev-release-tools-cache-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}