0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-14 02:18:34 +02:00

Revert "Add cypress cloud recording"

This reverts commit b297ea7379.
This commit is contained in:
Devon Hudson 2023-01-11 10:46:52 -07:00
parent b297ea7379
commit 6ae1dd565c
No known key found for this signature in database
GPG key ID: CD06B18E77F6A628

View file

@ -75,7 +75,6 @@ jobs:
/logs/**/*.log*
element_web:
timeout-minutes: 120
runs-on: ubuntu-latest
steps:
- uses: tecolicom/actions-use-apt-tools@v1
@ -108,13 +107,6 @@ jobs:
browser: chrome
start: npx serve -p 8080 ./element-web/webapp
wait-on: 'http://localhost:8080'
record:
true
env:
# pass the Dashboard record key as an environment variable
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
# pass GitHub token to allow accurately detecting a build vs a re-run build
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true
TMPDIR: ${{ runner.temp }}