Skip to content

Commit

Permalink
Merge pull request #45894 from nextcloud/test/cypress/changes-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv authored Jun 18, 2024
2 parents 250bb12 + ead63a0 commit 61df8fa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 61df8fa

Please sign in to comment.