Include cypress tests in previewbuild bundle (#10705)

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