Don't install unused deps in 'web' in CI

This commit is contained in:
pwengerter
2022-01-17 18:17:39 +01:00
parent 5cdaaafcfd
commit a47d6bfa23

View File

@@ -626,8 +626,6 @@ def uiTestPipeline(ctx, filterTags, early_fail, runPart = 1, numberOfParts = 1,
"cd /srv/app/web",
"git checkout $WEB_COMMITID",
"cp -r tests/acceptance/filesForUpload/* /uploads",
"yarn install --immutable",
"yarn build",
"cd tests/acceptance/",
"yarn install --immutable",
"./run.sh",