Skip to content

Commit

Permalink
test: Adjust Cypress to use stable30 as base branch
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux authored and mejo- committed Sep 11, 2024
1 parent b28a81b commit 7fa8b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default defineConfig({

// Before the browser launches
// starting Nextcloud testing container
const ip = await startNextcloud(process.env.BRANCH)
const ip = await startNextcloud(process.env.BRANCH ?? 'stable30')
// Setting container's IP as base Url
config.baseUrl = `http://${ip}/index.php`
await waitOnNextcloud(ip)
Expand Down

0 comments on commit 7fa8b98

Please sign in to comment.