Skip to content

Commit

Permalink
Install web acceptance test dependencies for web, accounts, settins
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalwengerter committed Nov 16, 2021
1 parent f13ccb1 commit 2c48435
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -625,6 +625,8 @@ def uiTestPipeline(ctx, filterTags, early_fail, runPart = 1, numberOfParts = 1,
"cp -r tests/acceptance/filesForUpload/* /uploads",
"yarn install --immutable",
"yarn build",
"cd tests/acceptance/",
"yarn install --immutable",
"./tests/acceptance/run.sh",
],
"volumes": [stepVolumeOC10Tests] +
Expand Down Expand Up @@ -688,6 +690,8 @@ def accountsUITests(ctx, storage = "ocis", accounts_hash_difficulty = 4):
"cp -r tests/acceptance/filesForUpload/* /uploads",
"yarn install --immutable",
"yarn build",
"cd tests/acceptance/",
"yarn install --immutable",
"cd /drone/src/accounts",
"yarn install --immutable",
"make test-acceptance-webui",
Expand Down Expand Up @@ -751,6 +755,9 @@ def settingsUITests(ctx, storage = "ocis", accounts_hash_difficulty = 4):
"cd /srv/app/web",
"git checkout $WEB_COMMITID",
"yarn install --immutable",
"yarn build",
"cd tests/acceptance/",
"yarn install --immutable",
"cd /drone/src/settings",
"yarn install --immutable",
"make test-acceptance-webui",
Expand Down

0 comments on commit 2c48435

Please sign in to comment.