aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/schedules.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/schedules.yaml b/.github/workflows/schedules.yaml
index 63a60a24..ba05f208 100644
--- a/.github/workflows/schedules.yaml
+++ b/.github/workflows/schedules.yaml
@@ -98,6 +98,9 @@ jobs:
CI_PACKAGE: true
run: yarn build
working-directory: ./element-web
+ - name: Edit Test Config
+ run: |
+ sed -i '/HOMESERVER/c\ HOMESERVER: "dendrite",' cypress.config.ts
- name: "Run cypress tests"
uses: cypress-io/github-action@v4.1.1
with:
@@ -107,4 +110,3 @@ jobs:
env:
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true
TMPDIR: ${{ runner.temp }}
- HOMESERVER: 'dendrite'