Skip to content

Commit fb15711

Browse files
committed
chore: disable cache? help god
1 parent f2b695f commit fb15711

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Install dependencies
5151
run: pnpm install --ignore-scripts
5252
- name: Install Chrome for Puppeteer
53-
run: npx puppeteer browsers install chrome
53+
run: pnpm exec puppeteer browsers install chrome
5454
- name: Fast build
5555
run: pnpm run build --fast
5656
- name: Run checker

vitest.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export default defineConfig({
1717
environment: "puppeteer",
1818
globalSetup: "vitest-environment-puppeteer/global-init",
1919
fileParallelism: false,
20+
cache: false,
2021
typecheck: {
2122
ignoreSourceErrors: true,
2223
tsconfig: "./tests/tsconfig.json",

0 commit comments

Comments
 (0)