Include cypress tests in previewbuild bundle (#10705)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user