Skip to content

Commit 55a4252

Browse files
authored
chore: remove TS/Vitest unnecessary cache in CI workflow
1 parent 4da4375 commit 55a4252

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -70,16 +70,6 @@ jobs:
7070
- name: Biome Format Check
7171
run: pnpm biome:format:check
7272

73-
- name: Cache TypeScript and Vitest
74-
uses: actions/cache@v4
75-
with:
76-
path: |
77-
packages/*/lib
78-
packages/*/tsconfig.tsbuildinfo
79-
node_modules/.vitest
80-
key: vitest-${{ matrix.platform }}-${{ matrix.node }}-${{ github.run_id }}
81-
restore-keys: vitest-${{ matrix.platform }}-${{ matrix.node }}-
82-
8373
- name: Build Library
8474
run: pnpm build:lib
8575

0 commit comments

Comments
 (0)