fix(ci): disable puppeteer chrome download

This commit is contained in:
kolaente 2023-05-10 10:42:44 +02:00
parent 386727f6c5
commit 018707c3d5
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 1 deletions

View File

@ -47,6 +47,7 @@ steps:
environment:
PNPM_CACHE_FOLDER: .cache/pnpm
CYPRESS_CACHE_FOLDER: .cache/cypress
PUPPETEER_SKIP_DOWNLOAD: true
commands:
- corepack enable && pnpm config set store-dir .cache/pnpm
- pnpm install --fetch-timeout 100000
@ -523,6 +524,6 @@ steps:
from_secret: crowdin_key
---
kind: signature
hmac: dd079665e2294411aebac57837243255cd8fcc34fe5625abab21c55bb5c9763a
hmac: 511c2a090e9efd4c942980d971204adb6321540bb01c92409dd9bf8463b7f6f4
...