aboutsummaryrefslogtreecommitdiffstats
path: root/cypress.config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cypress.config.ts')
-rw-r--r--cypress.config.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/cypress.config.ts b/cypress.config.ts
index b8cb90c5177..0fba6005dc2 100644
--- a/cypress.config.ts
+++ b/cypress.config.ts
@@ -71,7 +71,9 @@ export default defineConfig({
// Remove container after run
on('after:run', () => {
- stopNextcloud()
+ if (!process.env.CI) {
+ stopNextcloud()
+ }
})
// Before the browser launches