Revert "Include cypress tests in previewbuild bundle (#10705)"

This reverts commit d791649ad3.
This commit is contained in:
Michael Telatynski
2023-04-26 17:55:40 +01:00
parent d791649ad3
commit 7f32b423c5
2 changed files with 28 additions and 13 deletions
+2 -8
View File
@@ -51,19 +51,13 @@ jobs:
run: |
yarn build
echo $VERSION > webapp/version
mv webapp ..
echo $GITHUB_SHA > webapp/sha
working-directory: ./element-web
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: previewbuild
path: |
webapp
cypress
cypress.config.ts
package.json
yarn.lock
.percy.yml
path: element-web/webapp
# We'll only use this in a triggered job, then we're done with it
retention-days: 1