diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2023-10-20 10:44:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-20 10:44:04 +0200 |
commit | 93ee51b9a8973b8257b3305d3f44230c1d413344 (patch) | |
tree | 4088306f05d30b71dddd555be2f6239d458af547 /cypress | |
parent | 8d907d8089a25e397b620fb57cb24bc5a4841759 (diff) | |
parent | 5c48a504a7a5f5f9bf1d693b667aaa318c57ee0f (diff) | |
download | nextcloud-server-93ee51b9a8973b8257b3305d3f44230c1d413344.tar.gz nextcloud-server-93ee51b9a8973b8257b3305d3f44230c1d413344.zip |
Merge pull request #41000 from nextcloud/fix/local-cypress-tests
Diffstat (limited to 'cypress')
-rw-r--r-- | cypress/dockerNode.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cypress/dockerNode.ts b/cypress/dockerNode.ts index e2c0db38c97..790200b9c21 100644 --- a/cypress/dockerNode.ts +++ b/cypress/dockerNode.ts @@ -148,6 +148,7 @@ export const applyChangesToNextcloud = async function() { const htmlPath = '/var/www/html' const folderPaths = [ + './3rdparty', './apps', './core', './dist', |