aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorskjnldsv <skjnldsv@protonmail.com>2024-08-21 22:57:20 +0200
committerJohn Molakvoæ <skjnldsv@users.noreply.github.com>2024-08-22 13:32:59 +0200
commitc0781f524f15553891553977848376d672949e7e (patch)
tree74eeb8e01117f6c1d47b15b3896805603c7116fa /.github
parent5a7e21187b57dc4ec745b287331e9da33cde8369 (diff)
downloadnextcloud-server-c0781f524f15553891553977848376d672949e7e.tar.gz
nextcloud-server-c0781f524f15553891553977848376d672949e7e.zip
chore(cypress): skip cypress binary install on init step
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cypress.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml
index f0281cfd309..7ce5e72045e 100644
--- a/.github/workflows/cypress.yml
+++ b/.github/workflows/cypress.yml
@@ -29,6 +29,8 @@ jobs:
npmVersion: ${{ steps.versions.outputs.npmVersion }}
env:
+ # We'll install cypress in the cypress job
+ CYPRESS_INSTALL_BINARY: 0
PUPPETEER_SKIP_DOWNLOAD: true
steps: