aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDevon Hudson <devonhudson@librem.one>2023-01-11 10:10:24 -0700
committerDevon Hudson <devonhudson@librem.one>2023-01-11 10:10:24 -0700
commit8fef692741f2e228c04b5f986ab65036e89947d2 (patch)
treeb21c5b4fc2651703d008cdd7df03818ae2fd38d3 /.github
parent11a07d855dd7f08fcd386cb778cbdd353ddd5aa4 (diff)
Edit cypress config before running tests
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'