From e3c331d334c3668d0e2cdeae23be7fb9c2686007 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Mon, 9 Sep 2024 17:19:40 +0200 Subject: [PATCH] test: Adjust Cypress to use stable28 as base branch Signed-off-by: Ferdinand Thiessen --- cypress.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress.config.ts b/cypress.config.ts index 44d456e26..dea5f193d 100644 --- a/cypress.config.ts +++ b/cypress.config.ts @@ -70,7 +70,7 @@ export default defineConfig({ // Before the browser launches // starting Nextcloud testing container - return startNextcloud(process.env.BRANCH) + return startNextcloud(process.env.BRANCH ?? 'stable28') .then((ip) => { // Setting container's IP as base Url config.baseUrl = `http://${ip}/index.php`