diff options
author | Daniel Kesselberg <mail@danielkesselberg.de> | 2023-09-30 22:22:07 +0200 |
---|---|---|
committer | Daniel <mail@danielkesselberg.de> | 2023-11-01 14:11:21 +0100 |
commit | 67a761b7b2713a41a65861b2c2b3c80933f7c057 (patch) | |
tree | 0c296b92161eb7ace1279e447715c94777dfba15 /.github/workflows/lint-eslint.yml | |
parent | 12e3f740c9a60bec453819e2877d78e828a87246 (diff) | |
download | nextcloud-server-67a761b7b2713a41a65861b2c2b3c80933f7c057.tar.gz nextcloud-server-67a761b7b2713a41a65861b2c2b3c80933f7c057.zip |
ci: skip puppeteer chrome download
As per https://github.com/puppeteer/puppeteer#installation
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Diffstat (limited to '.github/workflows/lint-eslint.yml')
-rw-r--r-- | .github/workflows/lint-eslint.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/lint-eslint.yml b/.github/workflows/lint-eslint.yml index 91d33df7dd3..d29485046ca 100644 --- a/.github/workflows/lint-eslint.yml +++ b/.github/workflows/lint-eslint.yml @@ -74,6 +74,7 @@ jobs: - name: Install dependencies env: CYPRESS_INSTALL_BINARY: 0 + PUPPETEER_SKIP_DOWNLOAD: true run: npm ci - name: Lint |