diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-10-19 22:03:39 +0200 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-10-19 22:03:39 +0200 |
commit | 5c48a504a7a5f5f9bf1d693b667aaa318c57ee0f (patch) | |
tree | 7f11bbccc4bf5ba5073194b8aa28a1963d39630d /cypress | |
parent | a6c450b481e439e23be166c84c6fcda45a6a2ebb (diff) | |
download | nextcloud-server-5c48a504a7a5f5f9bf1d693b667aaa318c57ee0f.tar.gz nextcloud-server-5c48a504a7a5f5f9bf1d693b667aaa318c57ee0f.zip |
fix(cypress): Also sync `3rdparty` directory for local cypress tests
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
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', |