Fix cypress tests exploding due to CSP (#10715)
This commit is contained in:
parent
6e87802add
commit
dde0a41ba8
1 changed files with 4 additions and 0 deletions
4
.github/workflows/cypress.yaml
vendored
4
.github/workflows/cypress.yaml
vendored
|
@ -134,6 +134,10 @@ jobs:
|
|||
persist-credentials: false
|
||||
path: matrix-react-sdk
|
||||
|
||||
# This is necessary as Cypress relies on eval for passing functions between processes
|
||||
- name: Allow CSP script-src unsafe-eval
|
||||
run: sed -i "s/script-src /script-src 'unsafe-eval' /" ../webapp/index.html
|
||||
|
||||
- name: Run Cypress tests
|
||||
uses: cypress-io/github-action@59c3b9b4a1a6e623c29806797d849845443487d1
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue