Merge pull request #45894 from nextcloud/test/cypress/changes-ci

This commit is contained in:
John Molakvoæ 2024-06-18 15:08:44 +02:00 committed by GitHub
commit 61df8fa3ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -94,7 +94,10 @@ export default defineConfig({
config.baseUrl = `http://${ip}/index.php`
await waitOnNextcloud(ip)
await configureNextcloud()
await applyChangesToNextcloud()
if (!process.env.CI) {
await applyChangesToNextcloud()
}
// IMPORTANT: return the config otherwise cypress-split will not work
return config