aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevon Hudson <devonhudson@librem.one>2023-01-11 10:46:52 -0700
committerDevon Hudson <devonhudson@librem.one>2023-01-11 10:46:52 -0700
commit6ae1dd565c739efb1f847558e4170cdc0cb4085a (patch)
treeb21c5b4fc2651703d008cdd7df03818ae2fd38d3
parentb297ea7379d6d5b953a810fe2475b549a917cc9a (diff)
Revert "Add cypress cloud recording"
This reverts commit b297ea7379d6d5b953a810fe2475b549a917cc9a.
-rw-r--r--.github/workflows/schedules.yaml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.github/workflows/schedules.yaml b/.github/workflows/schedules.yaml
index 45098925..ba05f208 100644
--- a/.github/workflows/schedules.yaml
+++ b/.github/workflows/schedules.yaml
@@ -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 }}